feat: 增加美团抖音扫码核销
This commit is contained in:
@@ -35,7 +35,7 @@ service.interceptors.response.use(
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (data.code == 439) {
|
||||
if (data.code == 439 || data.code == 303) {
|
||||
ElNotification.error({
|
||||
title: "请登录",
|
||||
duration: 5000,
|
||||
|
||||
Reference in New Issue
Block a user