fix: 新增代理系列授权-建议售价使用套餐
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
This commit is contained in:
@@ -5,7 +5,6 @@ import { useUserStore } from '@/store/modules/user'
|
||||
import { useMenuStore } from '@/store/modules/menu'
|
||||
import { setWorktab } from '@/utils/navigation'
|
||||
import { setPageTitle, setSystemTheme } from '../utils/utils'
|
||||
import { menuService } from '@/api/menuApi'
|
||||
import { registerDynamicRoutes } from '../utils/registerRoutes'
|
||||
import { AppRouteRecord } from '@/types/router'
|
||||
import { RoutesAlias } from '../routesAlias'
|
||||
|
||||
@@ -805,15 +805,6 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: 'chat',
|
||||
// name: 'Chat',
|
||||
// component: RoutesAlias.Chat,
|
||||
// meta: {
|
||||
// title: 'menus.template.chat',
|
||||
// keepAlive: true
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// path: 'calendar',
|
||||
// name: 'Calendar',
|
||||
// component: RoutesAlias.Calendar,
|
||||
|
||||
@@ -99,7 +99,6 @@ export enum RoutesAlias {
|
||||
ContextMenu = '/widgets/context-menu', // 上下文菜单
|
||||
Qrcode = '/widgets/qrcode', // 二维码
|
||||
Drag = '/widgets/drag', // 拖拽
|
||||
Chat = '/template/chat', // 聊天
|
||||
Charts = '/template/charts', // 图表
|
||||
Map = '/template/map', // 地图
|
||||
Calendar = '/template/calendar' // 日历
|
||||
|
||||
Reference in New Issue
Block a user