修改状态

This commit is contained in:
2025-09-24 10:24:52 +08:00
parent e64318f174
commit a2f92a0959
12 changed files with 70 additions and 24 deletions

View File

@@ -58,6 +58,12 @@ Page({
const { token, ...user } = data
wx.setStorageSync('user', user)
wx.setStorageSync('token', data?.token)
// if (user.workStatus) {
// wx.redirectTo({
// url: '/pages/workBenchNew/index',
// })
// return
// }
wx.switchTab({
url: '/pages/home/index',
})