refactor: 移除`vue-i18n` 因版本问题导致控制台报错配置的别名
This commit is contained in:
parent
b68eb53030
commit
b639ad8299
|
|
@ -21,9 +21,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||||
return {
|
return {
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': pathSrc,
|
'@': pathSrc
|
||||||
// https://github.com/intlify/vue-i18n-next/issues/789
|
|
||||||
'vue-i18n': 'vue-i18n/dist/vue-i18n.cjs.js'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
css: {
|
css: {
|
||||||
|
|
@ -48,7 +46,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||||
// 线上接口API地址
|
// 线上接口API地址
|
||||||
target: 'http://vapi.youlai.tech',
|
target: 'http://vapi.youlai.tech',
|
||||||
// 本地接口API地址
|
// 本地接口API地址
|
||||||
//target: 'http://localhost:8989',
|
// target: 'http://localhost:8989',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
rewrite: path =>
|
rewrite: path =>
|
||||||
// localhost:3000/dev-api/users/me → http://vapi.youlai.tech/users/me
|
// localhost:3000/dev-api/users/me → http://vapi.youlai.tech/users/me
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue