tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷

This commit is contained in:
2025-12-20 15:30:39 +08:00
parent ed5181b382
commit e263a616f6
183 changed files with 31316 additions and 18590 deletions

View File

@@ -44,12 +44,9 @@
},
onShow() {
if (!this.storeToken) {
this.$util.redirectTo(
'/pages_tool/login/login', {
back: '/pages_tool/member/modify_face'
},
'redirectTo'
);
this.$util.redirectTo('/pages_tool/login/login', {
back: '/pages_tool/member/modify_face'
}, 'redirectTo');
return;
}
@@ -75,7 +72,8 @@
data: {
app_type: app_type,
app_type_name: app_type_name,
images: rsp.base64
images: rsp.base64,
token: this.$store.state.token || '',
},
header: {
'content-type': 'application/x-www-form-urlencoded;application/json'