!49 update pages/index/login.vue.

Merge pull request !49 from 天痕/N/A
pull/50/head
芋道源码 2024-03-09 10:35:24 +00:00 committed by Gitee
commit b7c38be5b3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
// H5
let returnUrl = uni.getStorageSync('returnUrl');
if (returnUrl) {
uni.removeStorage('returnUrl');
uni.removeStorage({key:'returnUrl'});
location.replace(returnUrl);
} else {
uni.switchTab({