Commit 59b5704a authored by 刘殿昕's avatar 刘殿昕

Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev

parents ebe0554c 43a9d1d2
......@@ -131,6 +131,11 @@ import lineChart from "@/components/e-charts/line_chart";
import doubleBar from "@/components/e-charts/doubleBar";
import rankList from "@/components/e-charts/rankList";
/**
* 此页面作废,超管的服务管控和组织的服务管控可以直接复用
* xuym 2020-08-31
*/
export default {
components: {
BlockRadius,
......
......@@ -468,7 +468,7 @@ export default new Router({
{
path: "/data_analysis/super_control", // 服务管控-超管
name: "superControl",
component: () => import("@/pages/data-analysis/super-control"),
component: () => import("@/pages/data-analysis/org-control"),
},
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment