From cc03769aaf628a2830e132fe22a4b224e138bf7d Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 16 五月 2024 13:36:53 +0800 Subject: [PATCH] feat: 新增调度分析 --- customer_list/ch/static/config/route.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/customer_list/ch/static/config/route.js b/customer_list/ch/static/config/route.js index b18239b..6f24694 100644 --- a/customer_list/ch/static/config/route.js +++ b/customer_list/ch/static/config/route.js @@ -8,6 +8,15 @@ component: '/project/ch/efficiencyAnalysis/curveAnalysis/RunPointAnalysis.vue', redirect: null, }, + //璋冨害鍒嗘瀽 + { + name: 'SchedulingAnalysis', + isKeepAlive: true, + isAffix: false, + path: '/efficiencyAnalysis/schedulingAnalysis', + component: '/project/ch/efficiencyAnalysis/scheduling/SchedulingAnalysis.vue', + redirect: null, + }, { name: 'UserManage', isKeepAlive: true, isAffix: false, path: '/auth/userManage', component: '/auth/userManage/UserManage.vue' }, { name: 'AccessLog', isKeepAlive: true, isAffix: false, path: '/auth/accessLog', component: '/auth/accessLog/AccessLog.vue' }, { -- Gitblit v1.9.3