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 @@