|
|
@ -86,8 +86,8 @@ export const constantRoutes = [ |
|
|
|
children: [ |
|
|
|
{ |
|
|
|
path: 'dashboard', |
|
|
|
//component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'),//fis
|
|
|
|
component: () => import('@/views/ux/backGroundWork'), |
|
|
|
component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'),//fis
|
|
|
|
//component: () => import('@/views/ux/backGroundWork'),
|
|
|
|
name: 'Dashboard', |
|
|
|
meta: { |
|
|
|
title: '系统首页', |
|
|
@ -170,14 +170,14 @@ export const asyncRoutes = [ |
|
|
|
/** when your routing map is too long, you can split it into small modules **/ |
|
|
|
managerRouter,//系统首页
|
|
|
|
personRouter,//系统管理
|
|
|
|
basedataRouter,//基础数据维护
|
|
|
|
vwFisDataRouter,//结算与开票数据导入
|
|
|
|
billdataRouter,//销售结算与开票报表
|
|
|
|
//basedataRouter,//基础数据维护
|
|
|
|
//vwFisDataRouter,//结算与开票数据导入
|
|
|
|
//billdataRouter,//销售结算与开票报表
|
|
|
|
//businessdataRouter,
|
|
|
|
wheeldataRouter,//大众看板和备件
|
|
|
|
// pgfisPrint,//排序单打印
|
|
|
|
// pgfis,//派格fis
|
|
|
|
JobTimeDataRouter,//后台作业监控
|
|
|
|
//wheeldataRouter,//大众看板和备件
|
|
|
|
pgfisPrint,//排序单打印
|
|
|
|
pgfis,//派格fis
|
|
|
|
//JobTimeDataRouter,//后台作业监控
|
|
|
|
|
|
|
|
// 404 page must be placed at the end !!!
|
|
|
|
{ path: '*', redirect: '/404', hidden: true } |
|
|
|