diff --git a/src/i18n/zh.js b/src/i18n/zh.js index 88bc9b6..eafd0db 100644 --- a/src/i18n/zh.js +++ b/src/i18n/zh.js @@ -245,7 +245,7 @@ export default { sendVerify: '发送验证码', hasSend: '已发送', phoneVerify: '账号密码登录', - message: '短信验证码登录', + smsMessage: '短信验证码登录', switchLoginMsg: '账号密码登录', messageSuccess: '验证码获取成功,请在输入框输入', pleaseInputCorrectPhoneNumber: '请输入正确的手机号', diff --git a/vue.config.js b/vue.config.js index 831d0a5..5e65ded 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,7 +4,6 @@ function resolve(dir) { return path.join(__dirname, dir) } - module.exports = { runtimeCompiler: true, //是否使用包含运行时编译器的 Vue 构建版本 publicPath: '', @@ -23,9 +22,7 @@ module.exports = { } }, chainWebpack(config) { - // config.plugins.delete('preload') // TODO: need test - // config.plugins.delete('prefetch') // TODO: need test - // set svg-sprite-loader + // svg设置 config.module .rule('svg') .exclude.add(resolve('src/icons')) @@ -41,7 +38,5 @@ module.exports = { symbolId: 'icon-[name]' }) .end() - }, - - + } } \ No newline at end of file