|
@@ -8,14 +8,6 @@ import i18n from './i18n/index.js'
|
|
|
|
|
|
|
|
Vue.component('cu-custom',cuCustom)
|
|
Vue.component('cu-custom',cuCustom)
|
|
|
Vue.use(uView)
|
|
Vue.use(uView)
|
|
|
-// const i18n = new VueI18n({
|
|
|
|
|
-// // locale: localStorage.getItem('lang') || 'zn',
|
|
|
|
|
-// locale: 'zh',
|
|
|
|
|
-// messages: {
|
|
|
|
|
-// 'zh': require('./i18n/zh.js'), //自定义的中文文件
|
|
|
|
|
-// 'en': require('./i18n/en.js') //自定义的英文文件
|
|
|
|
|
-// }
|
|
|
|
|
-// })
|
|
|
|
|
Vue.config.productionTip = false
|
|
Vue.config.productionTip = false
|
|
|
App.mpType = 'app'
|
|
App.mpType = 'app'
|
|
|
const app = new Vue({
|
|
const app = new Vue({
|