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