shizhong 2 年之前
父节点
当前提交
e83717e80e
共有 4 个文件被更改,包括 2 次插入45 次删除
  1. 1 1
      src/api/login/index.ts
  2. 1 2
      src/locales/zh-CN.ts
  3. 0 36
      src/router/modules/remaining.ts
  4. 0 6
      src/views/infra/redis/index.vue

+ 1 - 1
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
     url: '/system/auth/social-auth-redirect?type=' + type + '&redirectUri=' + redirectUri
   })
   })
 }
 }
-// 获取验证图片  以及token
+// 获取验证图片以及token
 export const getCodeApi = (data) => {
 export const getCodeApi = (data) => {
   return request.postOriginal({ url: 'system/captcha/get', data })
   return request.postOriginal({ url: 'system/captcha/get', data })
 }
 }

+ 1 - 2
src/locales/zh-CN.ts

@@ -303,8 +303,7 @@ export default {
     typeCreate: '字典类型新增',
     typeCreate: '字典类型新增',
     typeUpdate: '字典类型编辑',
     typeUpdate: '字典类型编辑',
     dataCreate: '字典数据新增',
     dataCreate: '字典数据新增',
-    dataUpdate: '字典数据编辑',
-    fileUpload: '上传文件'
+    dataUpdate: '字典数据编辑'
   },
   },
   dialog: {
   dialog: {
     dialog: '弹窗',
     dialog: '弹窗',

+ 0 - 36
src/router/modules/remaining.ts

@@ -327,42 +327,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
           title: '查看 OA 请假',
           title: '查看 OA 请假',
           activeMenu: 'bpm/oa/leave/detail'
           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'
-        }
       }
       }
     ]
     ]
   },
   },

+ 0 - 6
src/views/infra/redis/index.vue

@@ -269,9 +269,3 @@ onBeforeMount(() => {
   readRedisInfo()
   readRedisInfo()
 })
 })
 </script>
 </script>
-<style scoped>
-.redis {
-  height: 600px;
-  max-height: 860px;
-}
-</style>