|
|
@ -539,6 +539,8 @@ pop_box_new(htmlvalue, 480, 182);
|
|
|
|
.then((response) => {
|
|
|
|
.then((response) => {
|
|
|
|
// {"status":1,"message":"Unauthorized. \u7528\u6237\u8ba4\u8bc1\u5931\u8d25."}
|
|
|
|
// {"status":1,"message":"Unauthorized. \u7528\u6237\u8ba4\u8bc1\u5931\u8d25."}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
window.__fetchAllFlag = false;
|
|
|
|
|
|
|
|
|
|
|
|
if (response.data.status == 403) {
|
|
|
|
if (response.data.status == 403) {
|
|
|
|
window.location.href = "/403";
|
|
|
|
window.location.href = "/403";
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|