diff --git a/package.json b/package.json index 9fa8b37..e91eef8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "", "private": true, "scripts": { - "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.151.43", + "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.0.45", "start": "npm run dev", "unit": "jest --config test/unit/jest.conf.js --coverage", "e2e": "node test/e2e/runner.js", diff --git a/src/views/firefighting/firecontrolroom/components/list.vue b/src/views/firefighting/firecontrolroom/components/list.vue new file mode 100644 index 0000000..59923b1 --- /dev/null +++ b/src/views/firefighting/firecontrolroom/components/list.vue @@ -0,0 +1,831 @@ + + + + + diff --git a/src/views/firefighting/firecontrolroom/index.vue b/src/views/firefighting/firecontrolroom/index.vue new file mode 100644 index 0000000..12ac353 --- /dev/null +++ b/src/views/firefighting/firecontrolroom/index.vue @@ -0,0 +1,33 @@ + + + + + + diff --git a/src/views/firefighting/firepumproom/components/list.vue b/src/views/firefighting/firepumproom/components/list.vue new file mode 100644 index 0000000..82dca76 --- /dev/null +++ b/src/views/firefighting/firepumproom/components/list.vue @@ -0,0 +1,781 @@ + + + + + diff --git a/src/views/firefighting/firepumproom/index.vue b/src/views/firefighting/firepumproom/index.vue new file mode 100644 index 0000000..12ac353 --- /dev/null +++ b/src/views/firefighting/firepumproom/index.vue @@ -0,0 +1,33 @@ + + + + + + diff --git a/src/views/firefighting/fireresources/components/list.vue b/src/views/firefighting/fireresources/components/list.vue new file mode 100644 index 0000000..3cfb980 --- /dev/null +++ b/src/views/firefighting/fireresources/components/list.vue @@ -0,0 +1,585 @@ + + + + + diff --git a/src/views/firefighting/fireresources/index.vue b/src/views/firefighting/fireresources/index.vue new file mode 100644 index 0000000..12ac353 --- /dev/null +++ b/src/views/firefighting/fireresources/index.vue @@ -0,0 +1,33 @@ + + + + + + diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 5b63a2d..b8319d2 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -430,16 +430,16 @@ export default { eliminateAuthorization: [], pointUrl: '/map/getFireControl', list: [ - { - label: '消防救援队', - dialog_width: '600px', - check: false, - img: require('../../assets/map/gangkou_index/buttom/ico4.png'), - checkImg: require('../../assets/map/gangkou_index/buttom/ico4_on.png'), - type: 'xfjyd01', - containAuthorization: [], - eliminateAuthorization: [] - }, + // { + // label: '消防救援队', + // dialog_width: '600px', + // check: false, + // img: require('../../assets/map/gangkou_index/buttom/ico4.png'), + // checkImg: require('../../assets/map/gangkou_index/buttom/ico4_on.png'), + // type: 'xfjyd01', + // containAuthorization: [], + // eliminateAuthorization: [] + // }, { label: '消防控制室', dialog_width: '600px', @@ -460,16 +460,16 @@ export default { containAuthorization: [], eliminateAuthorization: [] }, - // { - // label: '消防水源', - // dialog_width: '600px', - // check: false, - // type: 'xfsy01', - // img: require('../../assets/map/gangkou_index/buttom/ico7.png'), - // checkImg: require('../../assets/map/gangkou_index/buttom/ico7_on.png'), - // containAuthorization: [], - // eliminateAuthorization: [] - // }, + { + label: '消防水源', + dialog_width: '600px', + check: false, + type: 'xfsy01', + img: require('../../assets/map/gangkou_index/buttom/ico7.png'), + checkImg: require('../../assets/map/gangkou_index/buttom/ico7_on.png'), + containAuthorization: [], + eliminateAuthorization: [] + }, { label: '消防点位', dialog_width: '600px',