|
@@ -25,7 +25,8 @@ const routes = [
|
|
|
path: '/login',
|
|
|
name: 'Login',
|
|
|
meta: {
|
|
|
- title: '系统登录'
|
|
|
+ title: '系统登录',
|
|
|
+ notReturn:true
|
|
|
},
|
|
|
component: () => import("@/views/login/index.vue")
|
|
|
},
|
|
@@ -33,7 +34,8 @@ const routes = [
|
|
|
path: "/agreeConceal",
|
|
|
name: 'agreeConceal',
|
|
|
meta: {
|
|
|
- title: '用户须知'
|
|
|
+ title: '用户须知',
|
|
|
+ notReturn:true
|
|
|
},
|
|
|
component: () => import('@/views/login/compoments/invite/components/index.vue')
|
|
|
},
|
|
@@ -216,7 +218,8 @@ const routes = [
|
|
|
meta: {
|
|
|
title: '可视化',
|
|
|
sign: 'mindIndex',
|
|
|
- belong: 'Product'
|
|
|
+ belong: 'Product',
|
|
|
+ notReturn:true
|
|
|
},
|
|
|
component: () => import('@/views/product/components/jsMind'),
|
|
|
},
|
|
@@ -226,7 +229,8 @@ const routes = [
|
|
|
meta: {
|
|
|
title: '趋势图',
|
|
|
sign: 'chartIndex',
|
|
|
- belong: 'Product'
|
|
|
+ belong: 'Product',
|
|
|
+ notReturn:true
|
|
|
},
|
|
|
component: () => import('@/views/product/components/echarts'),
|
|
|
},
|
|
@@ -594,6 +598,7 @@ const routes = [
|
|
|
meta: {
|
|
|
aside: true,
|
|
|
sign: 'checkFile',
|
|
|
+ notReturn:true
|
|
|
},
|
|
|
component: () => import('@/views/components/view/checkFile.vue'),
|
|
|
},
|
|
@@ -667,7 +672,7 @@ const routes = [
|
|
|
meta: {
|
|
|
title: '标注库',
|
|
|
sign: 'indicia',
|
|
|
- permission:'xiaoshi/annotationLibrary'
|
|
|
+ permission:'xiaoshi/annotationLibrary',
|
|
|
},
|
|
|
component: () => import('@/views/components/indicia/index.vue'),
|
|
|
},
|
|
@@ -715,7 +720,8 @@ const routes = [
|
|
|
meta: {
|
|
|
title: '在线编辑',
|
|
|
sign: 'onlyOffice',
|
|
|
- belong: 'onlyOffice'
|
|
|
+ belong: 'onlyOffice',
|
|
|
+ notReturn:true
|
|
|
},
|
|
|
component: () => import('@/views/components/onlyOffice/index.vue'),
|
|
|
},
|