diff --git a/README.md b/README.md index 53030fa..3c3dc88 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ -# my +# 覆冰项目 ## Project setup + ``` npm install ``` ### Compiles and hot-reloads for development + ``` npm run serve ``` ### Compiles and minifies for production + ``` npm run build ``` ### Lints and fixes files + ``` npm run lint ``` ### Customize configuration + See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue index 0f50502..7d5eb61 100644 --- a/src/components/Sidebar.vue +++ b/src/components/Sidebar.vue @@ -63,31 +63,31 @@ export default { index: "/icing", title: "覆冰监测", }, - { - icon: "el-icon-s-marketing", - index: "/equipmentStatus", - title: "设备状态", - }, // { - // icon: "el-icon-files", - // index: "/property", - // title: "资产管理", - // subs: [ - // { - // index: "/lineInformation", - // title: "线路管理", - // }, - // { - // index: "/towerInformation", - // title: "杆塔管理", - // }, - - // { - // index: "/photographicDevice", - // title: "监测终端管理", - // }, - // ], + // icon: "el-icon-s-marketing", + // index: "/equipmentStatus", + // title: "设备状态", // }, + { + icon: "el-icon-files", + index: "/property", + title: "资产管理", + subs: [ + { + index: "/lineInformation", + title: "线路管理", + }, + { + index: "/towerInformation", + title: "杆塔管理", + }, + + { + index: "/photographicDevice", + title: "监测终端管理", + }, + ], + }, ], }; }, diff --git a/src/components/leftTree.vue b/src/components/leftTree.vue index ccec156..00ba637 100644 --- a/src/components/leftTree.vue +++ b/src/components/leftTree.vue @@ -1,5 +1,22 @@