| <div class="header"> | <div class="header"> | ||||
| <div class="wrap"> | <div class="wrap"> | ||||
| <section class="wrap_left"> | <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> | ||||
| <section class="wrap_right"> | <section class="wrap_right"> | ||||
| <div> | <div> | ||||
| .wrap_left { | .wrap_left { | ||||
| @include flex(row, center, center, wrap); | @include flex(row, center, center, wrap); | ||||
| img { | img { | ||||
| @include size(45px, 45px); | |||||
| @include size(auto, 45px); | |||||
| margin-right: 10px; | margin-right: 10px; | ||||
| } | } | ||||
| } | } |
| getRegisterArea() { | getRegisterArea() { | ||||
| getRegisterArea() | getRegisterArea() | ||||
| .then(res => { | .then(res => { | ||||
| console.log(res.data); | |||||
| console.log(res.data,'获取地图数据'); | |||||
| if (res.data.status == 0) { | if (res.data.status == 0) { | ||||
| this.parkInfo = res.data.data[0]; | this.parkInfo = res.data.data[0]; | ||||
| this.address = { | this.address = { |
| <template> | <template> | ||||
| <div class="park_introduce" id="anchor-produce"> | <div class="park_introduce" id="anchor-produce"> | ||||
| <section class="top"> | <section class="top"> | ||||
| <div class="title">小昆山数据可视化平台</div> | |||||
| <div class="title">小昆山经济开发区</div> | |||||
| <div class="subtitle">全面提升管理服务水平</div> | <div class="subtitle">全面提升管理服务水平</div> | ||||
| </section> | </section> | ||||
| <ul class="middle"> | <ul class="middle"> |
| data-1664518006392 | data-1664518006392 | ||||
| v-loading="pageLoading" | v-loading="pageLoading" | ||||
| element-loading-text="数据加载中..." | element-loading-text="数据加载中..." | ||||
| > | |||||
| > | |||||
| <div class="business-header" :class="{'is-claimed':true}"> | <div class="business-header" :class="{'is-claimed':true}"> | ||||
| <Nav /> | <Nav /> | ||||
| <div class="header-container"> | <div class="header-container"> | ||||
| mainImg: "", | mainImg: "", | ||||
| // 认领企业弹框 | // 认领企业弹框 | ||||
| claimDialog: false, | claimDialog: false, | ||||
| msg:"", | |||||
| }; | }; | ||||
| }, | }, | ||||
| mounted() { | mounted() { |
| "/domain": { | "/domain": { | ||||
| // target: "http://localhost:8089", | // 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/", | // target: "http://192.168.18.138:18888/", | ||||
| // 阚老师 | // 阚老师 |