开始做开票信息编辑

This commit is contained in:
2024-04-24 16:54:11 +08:00
parent d41978e2e8
commit ff36356543
34 changed files with 549 additions and 274 deletions

View File

@@ -89,6 +89,7 @@ const parseResponse = function (response, url) {
wx.redirectTo({
url: '/pages/login/index',
})
wx.clearStorageSync()
return { code: 401, message: '未登录状态' }
}
if (statusCode === 403) {