From 11c685a9bb007bb4da15ec2fdd79673def2cc65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Wed, 11 Sep 2024 15:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 +- manifest.json | 2 +- pages/home/home.vue | 16 +- pages/login/login.vue | 16 +- pages/login/setup.vue | 52 +------ pages/login/upgrade.vue | 8 +- pages/manage/call-manage.vue | 225 ++++++++++++++++++++------ pages/manage/call-manage_back.vue | 234 +++++++--------------------- pages/manage/cancel-charge-task.vue | 2 +- pages/manage/inst-manage.vue | 42 ++--- pages/manage/release-confirm.vue | 6 +- pages/manage/task-manage.vue | 43 +++-- 12 files changed, 299 insertions(+), 351 deletions(-) diff --git a/main.js b/main.js index ad9c57c..1241b52 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,5 @@ import App from './App' import Vue from 'vue' -import i18n from './locale/index.js' Vue.config.productionTip = false App.mpType = 'app' @@ -29,8 +28,7 @@ Vue.directive('enterNumber', { import store from '@/vuex/store.js' const app = new Vue({ - i18n, - ...App, + ...App, store }) diff --git a/manifest.json b/manifest.json index 1614336..234f902 100644 --- a/manifest.json +++ b/manifest.json @@ -117,5 +117,5 @@ "base" : "./" } }, - "locale" : "ko" + "locale" : "zh-Hans" } diff --git a/pages/home/home.vue b/pages/home/home.vue index 5746435..3bd81c9 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -1,15 +1,15 @@