|
@@ -157,6 +157,15 @@ export const asyncRouterMap = [
|
|
|
keepAlive: true,
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/asset/Requirement',
|
|
|
+ name: 'AssetRequirement',
|
|
|
+ component: () => import('@/views/asset/requirement/Requirement'),
|
|
|
+ meta: {
|
|
|
+ title: 'Requirement',
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
// forms
|
|
@@ -369,46 +378,46 @@ export const asyncRouterMap = [
|
|
|
},
|
|
|
|
|
|
// Exception
|
|
|
- {
|
|
|
- path: '/exception',
|
|
|
- name: 'exception',
|
|
|
- component: RouteView,
|
|
|
- redirect: '/exception/403',
|
|
|
- meta: {
|
|
|
- title: 'menu.exception',
|
|
|
- icon: 'warning',
|
|
|
- permission: ['exception'],
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/exception/403',
|
|
|
- name: 'Exception403',
|
|
|
- component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/403'),
|
|
|
- meta: {
|
|
|
- title: 'menu.exception.not-permission',
|
|
|
- permission: ['exception'],
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/exception/404',
|
|
|
- name: 'Exception404',
|
|
|
- component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404'),
|
|
|
- meta: {
|
|
|
- title: 'menu.exception.not-find',
|
|
|
- permission: ['exception'],
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/exception/500',
|
|
|
- name: 'Exception500',
|
|
|
- component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/500'),
|
|
|
- meta: {
|
|
|
- title: 'menu.exception.server-error',
|
|
|
- permission: ['exception'],
|
|
|
- },
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/exception',
|
|
|
+ // name: 'exception',
|
|
|
+ // component: RouteView,
|
|
|
+ // redirect: '/exception/403',
|
|
|
+ // meta: {
|
|
|
+ // title: 'menu.exception',
|
|
|
+ // icon: 'warning',
|
|
|
+ // permission: ['exception'],
|
|
|
+ // },
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: '/exception/403',
|
|
|
+ // name: 'Exception403',
|
|
|
+ // component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/403'),
|
|
|
+ // meta: {
|
|
|
+ // title: 'menu.exception.not-permission',
|
|
|
+ // permission: ['exception'],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/exception/404',
|
|
|
+ // name: 'Exception404',
|
|
|
+ // component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404'),
|
|
|
+ // meta: {
|
|
|
+ // title: 'menu.exception.not-find',
|
|
|
+ // permission: ['exception'],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/exception/500',
|
|
|
+ // name: 'Exception500',
|
|
|
+ // component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/500'),
|
|
|
+ // meta: {
|
|
|
+ // title: 'menu.exception.server-error',
|
|
|
+ // permission: ['exception'],
|
|
|
+ // },
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
|
|
|
// account
|
|
|
{
|