|
|
@@ -46,7 +46,7 @@ module.exports = function (options: any) {
|
|
|
// 'x-token': 'x-token'
|
|
|
},
|
|
|
success: function (res: any) {
|
|
|
- const otherCode = [5435, 5436, 5437, 5439, 5442, 5443, 5408, 5427, 5432];
|
|
|
+ const otherCode = [5435, 5436, 5437, 5439, 5442, 5443, 5408, 5427, 5432, 5428];
|
|
|
if (res.data.code !== 200 && !otherCode.includes(res.data.code)) {
|
|
|
if (res.data.code == 5000 || res.data.code == 403) {
|
|
|
wx.setStorageSync("token", "");
|