消防资源统计功能模块
parent
9f45352069
commit
e8cbeaf287
|
@ -5,7 +5,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.0.45",
|
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.151.56",
|
||||||
"start": "npm run dev",
|
"start": "npm run dev",
|
||||||
"unit": "jest --config test/unit/jest.conf.js --coverage",
|
"unit": "jest --config test/unit/jest.conf.js --coverage",
|
||||||
"e2e": "node test/e2e/runner.js",
|
"e2e": "node test/e2e/runner.js",
|
||||||
|
|
|
@ -430,16 +430,16 @@ export default {
|
||||||
eliminateAuthorization: [],
|
eliminateAuthorization: [],
|
||||||
pointUrl: '/map/getFireControl',
|
pointUrl: '/map/getFireControl',
|
||||||
list: [
|
list: [
|
||||||
{
|
// {
|
||||||
label: '消防救援队',
|
// label: '消防救援队',
|
||||||
dialog_width: '600px',
|
// dialog_width: '600px',
|
||||||
check: false,
|
// check: false,
|
||||||
img: require('../../assets/map/gangkou_index/buttom/ico4.png'),
|
// img: require('../../assets/map/gangkou_index/buttom/ico4.png'),
|
||||||
checkImg: require('../../assets/map/gangkou_index/buttom/ico4_on.png'),
|
// checkImg: require('../../assets/map/gangkou_index/buttom/ico4_on.png'),
|
||||||
type: 'xfjyd01',
|
// type: 'xfjyd01',
|
||||||
containAuthorization: [],
|
// containAuthorization: [],
|
||||||
eliminateAuthorization: []
|
// eliminateAuthorization: []
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
label: '消防控制室',
|
label: '消防控制室',
|
||||||
dialog_width: '600px',
|
dialog_width: '600px',
|
||||||
|
@ -460,16 +460,16 @@ export default {
|
||||||
containAuthorization: [],
|
containAuthorization: [],
|
||||||
eliminateAuthorization: []
|
eliminateAuthorization: []
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// label: '消防水源',
|
label: '消防水源',
|
||||||
// dialog_width: '600px',
|
dialog_width: '600px',
|
||||||
// check: false,
|
check: false,
|
||||||
// type: 'xfsy01',
|
type: 'xfsy01',
|
||||||
// img: require('../../assets/map/gangkou_index/buttom/ico7.png'),
|
img: require('../../assets/map/gangkou_index/buttom/ico7.png'),
|
||||||
// checkImg: require('../../assets/map/gangkou_index/buttom/ico7_on.png'),
|
checkImg: require('../../assets/map/gangkou_index/buttom/ico7_on.png'),
|
||||||
// containAuthorization: [],
|
containAuthorization: [],
|
||||||
// eliminateAuthorization: []
|
eliminateAuthorization: []
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
label: '消防点位',
|
label: '消防点位',
|
||||||
dialog_width: '600px',
|
dialog_width: '600px',
|
||||||
|
|
Loading…
Reference in New Issue