提交 1b092fc5 编写于 作者: qian.jie's avatar qian.jie

切换分枝

上级 97483f6d
...@@ -74,6 +74,12 @@ const serviceSchedule = (r) => ...@@ -74,6 +74,12 @@ const serviceSchedule = (r) =>
() => r(require('@/views/IM/diagnosis-admin/addEditSchedule.vue')), () => r(require('@/views/IM/diagnosis-admin/addEditSchedule.vue')),
'addEditSchedule' 'addEditSchedule'
); );
const overviewScheduling = (r) =>
require.ensure(
[],
() => r(require('@/views/IM/diagnosis-admin/overviewScheduling.vue')),
'overviewScheduling'
);
const administrators = (r) => const administrators = (r) =>
require.ensure( require.ensure(
[], [],
...@@ -144,6 +150,10 @@ const routerConfig = [ ...@@ -144,6 +150,10 @@ const routerConfig = [
path: '/addEditSchedule', path: '/addEditSchedule',
component: addEditSchedule, component: addEditSchedule,
}, },
{
path: '/overviewScheduling',
component: overviewScheduling,
},
{ {
path: '/administrators', path: '/administrators',
component: administrators, component: administrators,
...@@ -161,4 +171,4 @@ if (process.env.VUE_APP_ENV == 'uat') { ...@@ -161,4 +171,4 @@ if (process.env.VUE_APP_ENV == 'uat') {
routerConfig: routerConfig, routerConfig: routerConfig,
}; };
handleAllRouter(routerInfo); handleAllRouter(routerInfo);
} }
\ No newline at end of file
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册