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: '/', assetsPublicPath: '/',
proxyTable: { proxyTable: {
'/api': { '/api': {
// target: 'http://localhost:9990', target: 'http://localhost:9990',
target: 'http://60.255.185.166:9030/api', // target: 'http://60.255.185.166:9030/api',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/api': '' '^/api': ''
} }
}, },
'/localImage': { '/localImage': {
target: 'http://60.255.185.166:9030/', // target: 'http://60.255.185.166:9030/',
target: 'http://localhost:9990/',
changeOrigin: true, changeOrigin: true,
}, },
'/socket.io': { '/socket.io': {

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

@ -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",
}) })
) )

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

@ -1071,8 +1071,8 @@ export default {
if (this.currentType != "town") { if (this.currentType != "town") {
return; return;
} }
if (this.currentTwon.areaName != "叙永镇") { if (this.currentTwon.areaName != "李庄镇") {
this.$message.info("除叙永镇外,其余尚未建设!"); this.$message.info("除李庄镇外,其余尚未建设!");
return; return;
} }
this.townModal = false; this.townModal = false;
@ -1146,7 +1146,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",
}) })
) )

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

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

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

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

Loading…
Cancel
Save