Browse Source

基础修改

master
changtong 7 months ago
parent
commit
3d1bccfebf
  1. 7
      config/index.js
  2. 12
      src/views/screen/components/MainTitle.vue
  3. 6
      src/views/screen/county-screen.vue
  4. 2
      src/views/screen/cultural-center.vue
  5. 2
      src/views/screen/smart-radio-basic-data.vue

7
config/index.js

@ -12,15 +12,16 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
// target: 'http://localhost:9990',
target: 'http://60.255.185.166:9030/api',
target: 'http://localhost:9990',
// target: 'http://60.255.185.166:9030/api',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
},
'/localImage': {
target: 'http://60.255.185.166:9030/',
// target: 'http://60.255.185.166:9030/',
target: 'http://localhost:9990/',
changeOrigin: true,
},
'/socket.io': {

12
src/views/screen/components/MainTitle.vue

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

6
src/views/screen/county-screen.vue

@ -1071,8 +1071,8 @@ export default {
if (this.currentType != "town") {
return;
}
if (this.currentTwon.areaName != "叙永镇") {
this.$message.info("除叙永镇外,其余尚未建设!");
if (this.currentTwon.areaName != "李庄镇") {
this.$message.info("除李庄镇外,其余尚未建设!");
return;
}
this.townModal = false;
@ -1146,7 +1146,7 @@ export default {
.post(
"base/areaInfo/queryAreaInfoByParentId",
this.common.request({
parentCode: "510524000000",
parentCode: "511502000000",
hasOpen: "1",
})
)

2
src/views/screen/cultural-center.vue

@ -344,7 +344,7 @@ export default {
},
data() {
return {
title: '叙永文化馆',
title: '翠屏文化馆',
culturalModal: false,
imgListIndex: 0,
culturalDetailInfo: {},

2
src/views/screen/smart-radio-basic-data.vue

@ -123,6 +123,8 @@
</CarouselItem>
</Carousel>
<div class="page-bottom-bg"></div>
<div class="page-left-bg"></div>
<div class="page-right-bg"></div>
<div class="current-bottom"></div>
</div>
</template>

Loading…
Cancel
Save