--- title: 多语言去除 sTitle: 常见问题 order: 22 --- config中的i18n设置为false,即可不用在外层套用IntlProvider。 ``` config.i18n = false; ```