|
@@ -85,19 +85,19 @@ const OwnerManage = () =>
|
|
import ('@/views/market/owner/manage')
|
|
import ('@/views/market/owner/manage')
|
|
|
|
|
|
export default [
|
|
export default [
|
|
- { path: '/', name: '', component: LayoutMain, children: [{ path: '', name: 'blank', component: Dasboard }] },
|
|
|
|
|
|
+ {
|
|
|
|
+ path: '/',
|
|
|
|
+ name: '',
|
|
|
|
+ component: LayoutMain,
|
|
|
|
+ children: [
|
|
|
|
+ { path: '', name: 'blank', component: Dasboard },
|
|
|
|
+ { path: 'allDetails', name: "allDetails", component: MsgAllDetails, meta: { keepAlive: false, breadcrumbs: [{ label: '消息中心' }] } }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
//{ path: '/login', name: 'Login', component: Login },
|
|
//{ path: '/login', name: 'Login', component: Login },
|
|
{ path: '/auth', name: 'auth', component: auth },
|
|
{ path: '/auth', name: 'auth', component: auth },
|
|
{ path: '/noUser', name: 'noUser', component: noUser },
|
|
{ path: '/noUser', name: 'noUser', component: noUser },
|
|
// 业务空间数据导入工具
|
|
// 业务空间数据导入工具
|
|
- {
|
|
|
|
- path: '/',
|
|
|
|
- name: '',
|
|
|
|
- component: LayoutMain,
|
|
|
|
- children: [
|
|
|
|
- { path: 'allDetails', name: "allDetails", component: MsgAllDetails, meta: { keepAlive: false, breadcrumbs: [{ label: '消息中心' }] } }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
{ path: '/dataUtil', name: 'dataUtil', component: LayoutMain, children: [{ path: 'index', component: dataUtil }] },
|
|
{ path: '/dataUtil', name: 'dataUtil', component: LayoutMain, children: [{ path: 'index', component: dataUtil }] },
|
|
// 平台管理
|
|
// 平台管理
|
|
{
|
|
{
|