|
@ -298,7 +298,7 @@ export default { |
|
|
routerPath: "/new-media", |
|
|
routerPath: "/new-media", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
meumItem: "看叙永", |
|
|
meumItem: "看翠屏", |
|
|
routerPath: "/mediaBigScreen", |
|
|
routerPath: "/mediaBigScreen", |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -366,7 +366,7 @@ export default { |
|
|
this.currentName = "首页"; |
|
|
this.currentName = "首页"; |
|
|
break; |
|
|
break; |
|
|
case "/mediaBigScreen": |
|
|
case "/mediaBigScreen": |
|
|
this.currentName = "看叙永"; |
|
|
this.currentName = "看翠屏"; |
|
|
break; |
|
|
break; |
|
|
case "/emergencyScreen": |
|
|
case "/emergencyScreen": |
|
|
this.currentName = "应急广播"; |
|
|
this.currentName = "应急广播"; |
|
@ -532,8 +532,8 @@ export default { |
|
|
this.$message.info("请选择试点村"); |
|
|
this.$message.info("请选择试点村"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if (this.currentTwon.areaName != "叙永镇") { |
|
|
if (this.currentTwon.areaName != "李庄镇") { |
|
|
this.$message.info("除叙永镇外,其余尚未建设!"); |
|
|
this.$message.info("除李庄镇外,其余尚未建设!"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
this.townModal = false; |
|
|
this.townModal = false; |
|
@ -547,7 +547,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
toScreenPage (item) { |
|
|
toScreenPage (item) { |
|
|
if (this.currentType == "town") { |
|
|
if (this.currentType == "town") { |
|
|
this.$message.info("请选择试点镇-叙永镇"); |
|
|
this.$message.info("请选择试点镇-李庄镇"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if (this.currentType == "person") { |
|
|
if (this.currentType == "person") { |
|
@ -611,7 +611,7 @@ export default { |
|
|
.post( |
|
|
.post( |
|
|
"base/areaInfo/queryAreaInfoByParentId", |
|
|
"base/areaInfo/queryAreaInfoByParentId", |
|
|
this.common.request({ |
|
|
this.common.request({ |
|
|
parentCode: "510524000000", |
|
|
parentCode: "511502000000", |
|
|
hasOpen: "1", |
|
|
hasOpen: "1", |
|
|
}) |
|
|
}) |
|
|
) |
|
|
) |
|
|