diff --git a/src/pages/ywts/shms/tcy/index.vue b/src/pages/ywts/shms/tcy/index.vue new file mode 100644 index 0000000..02c2419 --- /dev/null +++ b/src/pages/ywts/shms/tcy/index.vue @@ -0,0 +1,5 @@ + diff --git a/src/pages/ywts/shms/tcy/index.vue b/src/pages/ywts/shms/tcy/index.vue new file mode 100644 index 0000000..02c2419 --- /dev/null +++ b/src/pages/ywts/shms/tcy/index.vue @@ -0,0 +1,5 @@ + diff --git a/src/pages/ywts/ywts.vue b/src/pages/ywts/ywts.vue index 4385390..82e7b73 100644 --- a/src/pages/ywts/ywts.vue +++ b/src/pages/ywts/ywts.vue @@ -24,6 +24,7 @@ import { clearUpMap } from "@/utils/freedo/index" import Jy from "./shms/jy"; import Sq from './shms/sq'; +import Tcy from './shms/tcy'; import Gd from "./cszl/gd"; import Jxh from "./cszl/jxh"; import Hw from "./cszl/hw"; @@ -32,11 +33,11 @@ import Gw from "./cszl/gw"; import Jt from "./cszl/jt"; import Yj from "./cszl/yj"; -import cy from './cyjj/cy' +import cy from './cyjj/cy'; export default { - components: { Yj, Jt, Gw, Yl, Hw, Jxh, Gd, Jy, Hb, Sq, FreedoMap, ListInfo, ListPage, CommonFunction, MenuBtn, cy }, + components: { Yj, Jt, Gw, Yl, Hw, Jxh, Tcy, Gd, Jy, Hb, Sq, FreedoMap, ListInfo, ListPage, CommonFunction, MenuBtn, cy }, data() { var pmtsManager return { @@ -168,7 +169,8 @@ { name: '环卫', value: 'hw' }, ], [ { name: '社区', value: 'sq' }, - { name: '教育', value: 'jy' } + { name: '教育', value: 'jy' }, + { name: '停车云', value: 'tcy' }, ], [ { name: '环保', value: 'hb' }, { name: '园林', value: 'yl' } @@ -202,6 +204,8 @@ }, menuHover(id) { this.showChildren = [false, false, false, false] + console.log(id); + console.log(this.showChildren); switch (id) { case "cszlBtn": this.showChildren[0] = true