feat:微信登录

This commit is contained in:
2025-09-25 15:40:53 +08:00
parent a22b987ed9
commit fa8c41a4f7
7 changed files with 665 additions and 555 deletions
+2 -1
View File
@@ -313,6 +313,7 @@ export default {
terminal: self.platformType,
versionCode: localAppVerson,
}
console.log("wgt更新-0", params)
checkAppVersion(params).then(res => {
console.log("wgt更新-1", res)
if (res && res.bizcode === 100) {
@@ -482,7 +483,7 @@ export default {
},
computed: {
isBlockedDate() {
return !useTabber(8);
return !useTabber(10);
}
}