Commit ddc1d334 authored by 郭铭瑶's avatar 郭铭瑶 🤘

增加周家渡选项

parent 54fc4959
This diff is collapsed.
......@@ -3,11 +3,11 @@ let STATIC_URL = ''
switch (process.env.NODE_ENV) {
case 'production':
BASE_URL = ''
STATIC_URL = 'http://211.136.105.193/elev/static/'
STATIC_URL = 'http://211.136.105.193/elev/static'
break
default:
BASE_URL = ''
STATIC_URL = 'http://localhost:8080/static/'
STATIC_URL = 'http://localhost:8081/static'
};
export default {
BASE_URL,
......@@ -18,4 +18,3 @@ export default {
// http://211.136.105.193/apiv2/service-report/public/agree //同意率>50%
}
......@@ -25,7 +25,7 @@
<p><span />不具备条件</p>
<p><span />改造后具备条件</p>
<p><span />已具备条件</p>
<p><img src="@/assets/images/than500.gif"/>意愿征询同意率>50%</p>
<p><img src="@/assets/images/than500.gif"/>已有居民表达同意加装</p>
<p><img src="@/assets/images/notice.gif"/>已公告加梯幢</p>
</div>
</template>
......@@ -262,6 +262,7 @@ export default {
zhangjiang: '张江',
zhoupu: '周浦',
zhuqiao: '祝桥',
zhoujiadu: '周家渡',
},
curStreetData: {},
buildingData: {
......@@ -289,6 +290,9 @@ export default {
top: '10px',
}
}))
// this.map.on('click', e => {
// console.log(e.lnglat.getLng() + ',' + e.lnglat.getLat())
// })
},
async initMenu() { // 初始化列表菜单
const streets = Object.keys(this.streetDic)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment