👍 增加地图 增加拼多多

This commit is contained in:
2023-11-24 18:58:56 +08:00
parent 7f4aecb936
commit 3a33d65d6b
26 changed files with 2330 additions and 256 deletions
+6 -3
View File
@@ -43,7 +43,8 @@ export default {
}
if (this.$deviceType == 'app' || this.$deviceType == 'weixinh5') {
this.$yrouter.switchTab({
path: '/pages/home/index',
// path: '/pages/home/index',
path: '/pages/map/index',
})
return
}
@@ -57,7 +58,8 @@ export default {
login().finally(() => {
this.changeAuthorization(false)
this.$yrouter.switchTab({
path: '/pages/home/index',
// path: '/pages/home/index',
path: '/pages/map/index',
})
})
},
@@ -79,7 +81,8 @@ export default {
})
} else {
this.$yrouter.switchTab({
path: '/pages/home/index',
// path: '/pages/home/index',
path: '/pages/map/index',
})
}
},