ソースを参照

change router

chuwu 6 年 前
コミット
79afe06a32
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/router/sagacloud.js

+ 2 - 1
src/router/sagacloud.js

@@ -20,6 +20,7 @@ import buildAssets from "@/views/data_admin/buildAssets"
 import buildLog from "@/views/data_admin/buildLog"
 import buildUser from "@/views/data_admin/buildUser"
 import buildData from "@/views/data_admin/buildData"
+import buildGraphy from "@/views/data_admin/buildGraphy"
 
 /**  台账管理 */
 import systemLedger from '@/views/ledger/system'
@@ -134,7 +135,7 @@ export default [
         children: [
             { path: '', name: 'buildData', component: buildData },
             { path: 'data', name: 'buildData', component: buildData },
-            { path: 'plan', name: 'Dasboard', component: Dasboard },
+            { path: 'plan', name: 'buildGraphy', component: buildGraphy },
             { path: 'abnormalprop', name: 'buildAssets', component: buildAssets },
             { path: 'log', name: 'buildLog', component: buildLog },
             { path: 'appuser', name: 'buildUser', component: buildUser },