提交修改

This commit is contained in:
aixianling
2024-10-12 18:02:31 +08:00
parent 49691288ee
commit 9e4cd7f2f4

View File

@@ -99,6 +99,7 @@ export default {
wx.getLocation({
type: 'wgs84',
success: res2 => {
console.log('获取当前定位信息:', res2)
this.forms.lng = res2.longitude
this.forms.lat = res2.latitude
this.$http.post('/api/appdvcpconfig/apiForward', null, {