This commit is contained in:
liuyuan
2025-06-10 17:49:45 +08:00
parent d3ede507f3
commit b465c476b8
21 changed files with 569 additions and 365 deletions

View File

@@ -167,6 +167,7 @@ $http.dataFactory = async function (res) {
});
uni.setStorageSync('userInfo', {})
uni.setStorageSync('token', null)
console.log('我进来了')
setTimeout(() => {
uni.redirectTo({
url: "/pages/user/login",