From 980144a64885ad382865aad17ef6d62893bf6e74 Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Tue, 8 Apr 2025 14:52:26 +0800 Subject: [PATCH] feat(fieldRole): rm useless field config --- .env.development | 2 +- src/router/index.js | 132 +- src/views/information/business/index.vue | 381 ++- src/views/information/dealer/detail.vue | 326 +- src/views/information/markerSpace/detail.vue | 846 +++--- src/views/information/superStudio/detail.vue | 444 +-- src/views/system/addMenuRole/fieldRole.vue | 2824 +++++++++--------- src/views/system/addMenuRole/index.vue | 15 +- src/views/system/limits/index.vue | 38 +- src/views/system/role/index.vue | 34 +- 10 files changed, 2510 insertions(+), 2532 deletions(-) diff --git a/.env.development b/.env.development index 32f9826..47f213c 100644 --- a/.env.development +++ b/.env.development @@ -23,5 +23,5 @@ ENV = 'development' #VUE_APP_BASE_API = 'http://192.168.31.159:8080' #测试 -VUE_APP_BASE_API = 'http://a1.hzs413.com/prod-api' +VUE_APP_BASE_API = 'http://60.205.203.247/prod-api' # VUE_APP_BASE_API = 'http://127.0.0.1:8080' diff --git a/src/router/index.js b/src/router/index.js index fb6df89..68df1b9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -558,71 +558,71 @@ export const constantRoutes = [ // } // ] // }, - { - path: 'markerSpace', - name: 'markerSpace', - meta: { title: '创客发起人' }, - component: ParentView, - redirect: 'markerSpace/index', - children: [ - { - path: 'markerSpaceList', - name: 'markerSpaceList', - component: () => import('@/views/information/markerSpace/index'), - meta: { title: '创客发起人' } - }, - { - path: 'detail', - name: 'detail', - component: () => import('@/views/information/markerSpace/detail'), - meta: { title: '创客空间详情' }, - hidden: true - }, - { - path: 'ckkjZxqc', - name: 'CkkjZxqc', - component: () => import('@/views/information/markerSpace/ckkjZxqc'), - meta: { title: '创客空间详情' }, - hidden: true - }, - { - path: 'ckkjOnline', - name: 'CkkjOnline', - component: () => import('@/views/information/markerSpace/ckkjOnline'), - meta: { title: '创客空间详情' }, - hidden: true - } - ] - }, - { - path: 'superStudio', - name: 'superStudio', - meta: { title: '超级工作室' }, - component: ParentView, - redirect: 'superStudio/index', - children: [ - { - path: 'superStudioList', - name: 'superStudioList', - component: () => import('@/views/information/superStudio/index'), - meta: { title: '超级工作室' } - }, - { - path: 'detail', - name: 'detail', - component: () => import('@/views/information/superStudio/detail'), - meta: { title: '超级工作室详情' }, - hidden: true - }, - { - path: 'cjgzsQc', - name: 'CjgzsQc', - component: () => import('@/views/information/superStudio/cjgzsQc'), - meta: { title: '超级工作室详情' }, - hidden: true - } - ] - }, + // { + // path: 'markerSpace', + // name: 'markerSpace', + // meta: { title: '创客发起人' }, + // component: ParentView, + // redirect: 'markerSpace/index', + // children: [ + // { + // path: 'markerSpaceList', + // name: 'markerSpaceList', + // component: () => import('@/views/information/markerSpace/index'), + // meta: { title: '创客发起人' } + // }, + // { + // path: 'detail', + // name: 'detail', + // component: () => import('@/views/information/markerSpace/detail'), + // meta: { title: '创客空间详情' }, + // hidden: true + // }, + // { + // path: 'ckkjZxqc', + // name: 'CkkjZxqc', + // component: () => import('@/views/information/markerSpace/ckkjZxqc'), + // meta: { title: '创客空间详情' }, + // hidden: true + // }, + // { + // path: 'ckkjOnline', + // name: 'CkkjOnline', + // component: () => import('@/views/information/markerSpace/ckkjOnline'), + // meta: { title: '创客空间详情' }, + // hidden: true + // } + // ] + // }, + // { + // path: 'superStudio', + // name: 'superStudio', + // meta: { title: '超级工作室' }, + // component: ParentView, + // redirect: 'superStudio/index', + // children: [ + // { + // path: 'superStudioList', + // name: 'superStudioList', + // component: () => import('@/views/information/superStudio/index'), + // meta: { title: '超级工作室' } + // }, + // { + // path: 'detail', + // name: 'detail', + // component: () => import('@/views/information/superStudio/detail'), + // meta: { title: '超级工作室详情' }, + // hidden: true + // }, + // { + // path: 'cjgzsQc', + // name: 'CjgzsQc', + // component: () => import('@/views/information/superStudio/cjgzsQc'), + // meta: { title: '超级工作室详情' }, + // hidden: true + // } + // ] + // }, { path: 'dealer', name: 'dealer', @@ -3367,7 +3367,7 @@ export const constantRoutes = [ hidden: true }, { - path: 'superStudioGift', + path: 'addMenuRole', name: 'AaddMenuRole', component: () => import('@/views/system/addMenuRole/index'), meta: { title: '新增权限' }, diff --git a/src/views/information/business/index.vue b/src/views/information/business/index.vue index 0acfa83..31430f9 100644 --- a/src/views/information/business/index.vue +++ b/src/views/information/business/index.vue @@ -2,51 +2,51 @@