From e83717e80e7b6526bfac674082cf230a55b31697 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Tue, 13 Jun 2023 11:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/login/index.ts | 2 +- src/locales/zh-CN.ts | 3 +-- src/router/modules/remaining.ts | 36 --------------------------------- src/views/infra/redis/index.vue | 6 ------ 4 files changed, 2 insertions(+), 45 deletions(-) diff --git a/src/api/login/index.ts b/src/api/login/index.ts index 07d08370..f74c1e70 100644 --- a/src/api/login/index.ts +++ b/src/api/login/index.ts @@ -65,7 +65,7 @@ export const socialAuthRedirectApi = (type: number, redirectUri: string) => { url: '/system/auth/social-auth-redirect?type=' + type + '&redirectUri=' + redirectUri }) } -// 获取验证图片 以及token +// 获取验证图片以及token export const getCodeApi = (data) => { return request.postOriginal({ url: 'system/captcha/get', data }) } diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index e139fe62..da706bb3 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -303,8 +303,7 @@ export default { typeCreate: '字典类型新增', typeUpdate: '字典类型编辑', dataCreate: '字典数据新增', - dataUpdate: '字典数据编辑', - fileUpload: '上传文件' + dataUpdate: '字典数据编辑' }, dialog: { dialog: '弹窗', diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 288db9b6..07698984 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -327,42 +327,6 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: '查看 OA 请假', activeMenu: 'bpm/oa/leave/detail' } - }, - { - path: '/bpm/task/done', - component: () => import('@/views/bpm/task/done/index.vue'), - name: 'TaskDone', - meta: { - noCache: true, - hidden: true, - canTo: true, - title: '已办任务', - activeMenu: 'bpm/task/done/index' - } - }, - { - path: '/bpm/task/todo', - component: () => import('@/views/bpm/task/todo/index.vue'), - name: 'TaskTodo', - meta: { - noCache: true, - hidden: true, - canTo: true, - title: '代办任务', - activeMenu: 'bpm/task/todo/index' - } - }, - { - path: '/bpm/processInstance', - component: () => import('@/views/bpm/processInstance/index.vue'), - name: 'processInstance', - meta: { - noCache: true, - hidden: true, - canTo: true, - title: '流程办理', - activeMenu: 'bpm/processInstance/index' - } } ] }, diff --git a/src/views/infra/redis/index.vue b/src/views/infra/redis/index.vue index b54a6c49..c2c1a6f2 100644 --- a/src/views/infra/redis/index.vue +++ b/src/views/infra/redis/index.vue @@ -269,9 +269,3 @@ onBeforeMount(() => { readRedisInfo() }) -