国际化设置

This commit is contained in:
2025-05-28 16:32:15 +08:00
parent ecd60fb413
commit c2470f8c23
12 changed files with 820 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
import App from './App'
import Vue from 'vue'
import i18n from './locale/index.js'
Vue.config.productionTip = false
App.mpType = 'app'
@@ -34,6 +35,7 @@ Vue.filter('findByValue', (array, value) => {
import store from '@/vuex/store.js'
const app = new Vue({
i18n,
...App,
store
})