Browse Source

提交

master
chenkainan 1 year ago
parent
commit
76466c2777
  1. 2
      dist/index.html
  2. 1
      dist/static/css/app.383d6d25.css
  3. 1
      dist/static/css/app.8356d6c5.css
  4. 2
      dist/static/js/app.11f3f600.js
  5. 3
      src/views/Index.vue
  6. 3
      src/views/compoents/lineRoute.vue

2
dist/index.html

@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"><link rel="icon" href="favicon.ico"><title>地图</title><script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=YVOBZ-MWJ3Z-34IXK-7J2GL-O33US-QLF5X"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script defer="defer" src="/static/js/chunk-vendors.c33f6caf.js"></script><script defer="defer" src="/static/js/app.6bbaffc0.js"></script><link href="/static/css/chunk-vendors.befb54be.css" rel="stylesheet"><link href="/static/css/app.8356d6c5.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but taihulake doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"><link rel="icon" href="favicon.ico"><title>地图</title><script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=YVOBZ-MWJ3Z-34IXK-7J2GL-O33US-QLF5X"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="https://js.cdn.aliyun.dcloud.net.cn/dev/uni-app/uni.webview.1.5.2.js"></script><script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script defer="defer" src="/static/js/chunk-vendors.c33f6caf.js"></script><script defer="defer" src="/static/js/app.11f3f600.js"></script><link href="/static/css/chunk-vendors.befb54be.css" rel="stylesheet"><link href="/static/css/app.383d6d25.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but taihulake doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

1
dist/static/css/app.383d6d25.css

File diff suppressed because one or more lines are too long

1
dist/static/css/app.8356d6c5.css

File diff suppressed because one or more lines are too long

2
dist/static/js/app.6bbaffc0.js → dist/static/js/app.11f3f600.js

File diff suppressed because one or more lines are too long

3
src/views/Index.vue

@ -128,7 +128,8 @@
};
},
mounted() {
if(this.$route.query.token) this.$store.commit('changeUserInfo', {token: this.$route.query.token})
// if(this.$route.query.token) this.$store.commit('changeUserInfo', {token: this.$route.query.token})
this.$store.commit('changeUserInfo', {token: 'b4340912-0af0-4640-970d-3aa0caa698ca'})
this.getAreaList()
// 线

3
src/views/compoents/lineRoute.vue

@ -137,7 +137,7 @@
overflow-x: hidden;
overflow-y: auto;
padding: 40px 27px 180px 27px;
position: relative;
overflow-y: auto;
}
.top {
@ -156,7 +156,6 @@
.center {
height: 650px;
overflow-y: auto;
margin-top: 50px;
.center-items {

Loading…
Cancel
Save