Compare commits

..

No commits in common. 'dcbe31528c27357a509fcdfca67e4bff12723c2b' and '9d98203d6cd660709654aab8b982c06ed56df7b6' have entirely different histories.

  1. 4
      pages/index/index.vue
  2. 3
      pages/login/login.vue

@ -474,7 +474,7 @@
vectorLayer.getSource().clear();
vectorLayer.getSource().addFeature(pFeature);
map.getView().fit(point, {
maxZoom: 16
maxZoom: 18
});
}
if (newValue.layerOpts) {
@ -628,7 +628,7 @@
//
var tdt = new TileLayer({
source: new XYZ({
maxZoom: 16,
maxZoom: 18,
url: "https://webst0{1-4}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}",
// url: 'http://t{0-5}.tianditu.gov.cn/DataServer?T=img_w&x={x}&y={y}&l={z}&tk=cef191b507ff5cb698811cd8a9b11ca0',
projection: 'EPSG:3857',

@ -20,7 +20,7 @@
<view class="title"></view>
<view>
<label>
<switch name="remember" :checked="true" />下次自动登录
<switch name="remember" />下次自动登录
</label>
</view>
</view>
@ -48,7 +48,6 @@
// content: '' + JSON.stringify(formdata),
// showCancel: false
// });
console.log(formdata)
this.loading = true;
uni.request({
method: 'POST',

Loading…
Cancel
Save