| @@ -3,8 +3,9 @@ | |||
| <div class="header"> | |||
| <div class="wrap"> | |||
| <section class="wrap_left"> | |||
| <img src="@assets/image/index/logo.png" alt="logo" /> | |||
| 小昆山数据可视化平台 | |||
| <!-- <img src="@assets/image/index/logo.png" alt="logo" /> | |||
| 小昆山数据可视化平台 --> | |||
| <img src="@assets/image/index/logo-n.png" alt="logo" /> | |||
| </section> | |||
| <section class="wrap_right"> | |||
| <div> | |||
| @@ -101,7 +102,7 @@ export default { | |||
| .wrap_left { | |||
| @include flex(row, center, center, wrap); | |||
| img { | |||
| @include size(45px, 45px); | |||
| @include size(auto, 45px); | |||
| margin-right: 10px; | |||
| } | |||
| } | |||
| @@ -81,7 +81,7 @@ export default { | |||
| getRegisterArea() { | |||
| getRegisterArea() | |||
| .then(res => { | |||
| console.log(res.data); | |||
| console.log(res.data,'获取地图数据'); | |||
| if (res.data.status == 0) { | |||
| this.parkInfo = res.data.data[0]; | |||
| this.address = { | |||
| @@ -2,7 +2,7 @@ | |||
| <template> | |||
| <div class="park_introduce" id="anchor-produce"> | |||
| <section class="top"> | |||
| <div class="title">小昆山数据可视化平台</div> | |||
| <div class="title">小昆山经济开发区</div> | |||
| <div class="subtitle">全面提升管理服务水平</div> | |||
| </section> | |||
| <ul class="middle"> | |||
| @@ -4,7 +4,7 @@ | |||
| data-1664518006392 | |||
| v-loading="pageLoading" | |||
| element-loading-text="数据加载中..." | |||
| > | |||
| > | |||
| <div class="business-header" :class="{'is-claimed':true}"> | |||
| <Nav /> | |||
| <div class="header-container"> | |||
| @@ -295,6 +295,7 @@ export default { | |||
| mainImg: "", | |||
| // 认领企业弹框 | |||
| claimDialog: false, | |||
| msg:"", | |||
| }; | |||
| }, | |||
| mounted() { | |||
| @@ -25,9 +25,9 @@ module.exports = { | |||
| "/domain": { | |||
| // target: "http://localhost:8089", | |||
| // 测试环境 | |||
| target: "http://192.168.18.236:18888/", | |||
| // target: "http://192.168.18.236:18888/", | |||
| // 临时测试环境 | |||
| // target: "http://park.test.hhrchina.com/", | |||
| target: "http://park.test.hhrchina.com/", | |||
| // 谢老师 | |||
| // target: "http://192.168.18.138:18888/", | |||
| // 阚老师 | |||