From 3f92797912d4296b1c21e3717c38ce6fd66d6a77 Mon Sep 17 00:00:00 2001 From: qqGroup0 <253114712@qq.com> Date: Thu, 30 Mar 2023 17:49:51 +0800 Subject: [PATCH] =?UTF-8?q?zqq:=E8=B7=AF=E7=94=B1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.js | 2 +- src/stores/themeConfig.js | 4 +- .../remoteSensingData/index.vue | 43 ++++++++++--------- 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/src/router/route.js b/src/router/route.js index 6f7e8a7..a01ab38 100644 --- a/src/router/route.js +++ b/src/router/route.js @@ -46,7 +46,7 @@ export const dynamicRoutes = [ { path: '/responseManagement', name: 'responseManagement', - component: () => import('/@/views/responseManagement/responseManagement.vue'), + component: () => import('/@/views/responseManagement/index.vue'), redirect: '/responseManagement/userResponse', meta: { title: 'Response management', diff --git a/src/stores/themeConfig.js b/src/stores/themeConfig.js index 05b5810..06d5637 100644 --- a/src/stores/themeConfig.js +++ b/src/stores/themeConfig.js @@ -12,9 +12,9 @@ export const useThemeConfig = defineStore('themeConfig', { state: () => ({ website: { // 开启验证码模式 - captchaMode: false, + captchaMode: true, tokenTime: 3000, - tenantId: '595035' + tenantId: '595035', }, themeConfig: { // 是否开启布局配置抽屉 diff --git a/src/views/dataAcquisitionService/remoteSensingData/index.vue b/src/views/dataAcquisitionService/remoteSensingData/index.vue index 2162fdb..97160dd 100644 --- a/src/views/dataAcquisitionService/remoteSensingData/index.vue +++ b/src/views/dataAcquisitionService/remoteSensingData/index.vue @@ -1,7 +1,7 @@