fetch(modify):修改bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m20s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m20s
This commit is contained in:
@@ -306,32 +306,32 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
keepAlive: true,
|
||||
isHideTab: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'menu',
|
||||
name: 'Menus',
|
||||
component: RoutesAlias.Menu,
|
||||
meta: {
|
||||
title: 'menus.system.menu',
|
||||
keepAlive: true,
|
||||
roles: ['R_SUPER'],
|
||||
authList: [
|
||||
{
|
||||
title: '新增',
|
||||
auth_mark: 'add'
|
||||
},
|
||||
{
|
||||
title: '编辑',
|
||||
auth_mark: 'edit'
|
||||
},
|
||||
{
|
||||
title: '删除',
|
||||
auth_mark: 'delete'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
// {
|
||||
// path: 'menu',
|
||||
// name: 'Menus',
|
||||
// component: RoutesAlias.Menu,
|
||||
// meta: {
|
||||
// title: 'menus.system.menu',
|
||||
// keepAlive: true,
|
||||
// roles: ['R_SUPER'],
|
||||
// authList: [
|
||||
// {
|
||||
// title: '新增',
|
||||
// auth_mark: 'add'
|
||||
// },
|
||||
// {
|
||||
// title: '编辑',
|
||||
// auth_mark: 'edit'
|
||||
// },
|
||||
// {
|
||||
// title: '删除',
|
||||
// auth_mark: 'delete'
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
// }
|
||||
// {
|
||||
// path: 'nested',
|
||||
// name: 'Nested',
|
||||
// component: '',
|
||||
@@ -741,6 +741,26 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/shop-management',
|
||||
name: 'ShopManagement',
|
||||
component: RoutesAlias.Home,
|
||||
meta: {
|
||||
title: 'menus.product.shop',
|
||||
icon: ''
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'list',
|
||||
name: 'Shop',
|
||||
component: RoutesAlias.Shop,
|
||||
meta: {
|
||||
title: 'menus.product.shop',
|
||||
keepAlive: true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/account-management',
|
||||
name: 'AccountManagement',
|
||||
@@ -816,71 +836,71 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/product',
|
||||
name: 'Product',
|
||||
component: RoutesAlias.Home,
|
||||
meta: {
|
||||
title: 'menus.product.title',
|
||||
icon: ''
|
||||
},
|
||||
children: [
|
||||
// {
|
||||
// path: 'sim-card',
|
||||
// name: 'SimCardManagement',
|
||||
// component: RoutesAlias.SimCardManagement,
|
||||
// meta: {
|
||||
// title: 'menus.product.simCard',
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: 'sim-card-assign',
|
||||
// name: 'SimCardAssign',
|
||||
// component: RoutesAlias.SimCardAssign,
|
||||
// meta: {
|
||||
// title: 'menus.product.simCardAssign',
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: 'package-series',
|
||||
// name: 'PackageSeries',
|
||||
// component: RoutesAlias.PackageSeries,
|
||||
// meta: {
|
||||
// title: 'menus.product.packageSeries',
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: 'package-list',
|
||||
// name: 'PackageList',
|
||||
// component: RoutesAlias.PackageList,
|
||||
// meta: {
|
||||
// title: 'menus.product.packageList',
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: 'package-assign',
|
||||
// name: 'PackageAssign',
|
||||
// component: RoutesAlias.PackageAssign,
|
||||
// meta: {
|
||||
// title: 'menus.product.packageAssign',
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
{
|
||||
path: 'shop',
|
||||
name: 'Shop',
|
||||
component: RoutesAlias.Shop,
|
||||
meta: {
|
||||
title: 'menus.product.shop',
|
||||
keepAlive: true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
// {
|
||||
// path: '/product',
|
||||
// name: 'Product',
|
||||
// component: RoutesAlias.Home,
|
||||
// meta: {
|
||||
// title: 'menus.product.title',
|
||||
// icon: ''
|
||||
// },
|
||||
// children: [
|
||||
// // {
|
||||
// // path: 'sim-card',
|
||||
// // name: 'SimCardManagement',
|
||||
// // component: RoutesAlias.SimCardManagement,
|
||||
// // meta: {
|
||||
// // title: 'menus.product.simCard',
|
||||
// // keepAlive: true
|
||||
// // }
|
||||
// // },
|
||||
// // {
|
||||
// // path: 'sim-card-assign',
|
||||
// // name: 'SimCardAssign',
|
||||
// // component: RoutesAlias.SimCardAssign,
|
||||
// // meta: {
|
||||
// // title: 'menus.product.simCardAssign',
|
||||
// // keepAlive: true
|
||||
// // }
|
||||
// // },
|
||||
// // {
|
||||
// // path: 'package-series',
|
||||
// // name: 'PackageSeries',
|
||||
// // component: RoutesAlias.PackageSeries,
|
||||
// // meta: {
|
||||
// // title: 'menus.product.packageSeries',
|
||||
// // keepAlive: true
|
||||
// // }
|
||||
// // },
|
||||
// // {
|
||||
// // path: 'package-list',
|
||||
// // name: 'PackageList',
|
||||
// // component: RoutesAlias.PackageList,
|
||||
// // meta: {
|
||||
// // title: 'menus.product.packageList',
|
||||
// // keepAlive: true
|
||||
// // }
|
||||
// // },
|
||||
// // {
|
||||
// // path: 'package-assign',
|
||||
// // name: 'PackageAssign',
|
||||
// // component: RoutesAlias.PackageAssign,
|
||||
// // meta: {
|
||||
// // title: 'menus.product.packageAssign',
|
||||
// // keepAlive: true
|
||||
// // }
|
||||
// // },
|
||||
// {
|
||||
// path: 'shop',
|
||||
// name: 'Shop',
|
||||
// component: RoutesAlias.Shop,
|
||||
// meta: {
|
||||
// title: 'menus.product.shop',
|
||||
// keepAlive: true
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
path: '/asset-management',
|
||||
name: 'AssetManagement',
|
||||
|
||||
Reference in New Issue
Block a user