国际化

This commit is contained in:
2025-09-12 13:13:29 +08:00
parent caef2ecc53
commit 2ebaeac1e9
18 changed files with 533 additions and 331 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'
@@ -28,6 +29,7 @@ Vue.directive('enterNumber', {
import store from '@/vuex/store.js'
const app = new Vue({
i18n,
...App,
store
})