登录页语言

This commit is contained in:
2023-12-08 09:09:13 +08:00
parent c65a6e0c93
commit 8bb04df9a9
3 changed files with 13 additions and 10 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
})