1. 信任管理 6

This commit is contained in:
gengxin
2025-03-10 19:51:18 +08:00
parent 7f6bae7c88
commit ddd428dbaf

View File

@@ -1,7 +1,6 @@
import axios from 'axios'
import {getCookieForName} from "@/api/method";
import ElementUI from 'element-ui';
import 'element-plus/dist/index.css'
const mimeMap = {
@@ -41,6 +40,7 @@ export function downLoadZipManage(str, filename,fun) {
console.log("downLoadZipManage res nginx ==> ",res)
console.log("downLoadZipManage res res.headers.ecode ==> ",res.headers.ecode)
if(res.headers.ecode == 4){
console.log("downLoadZipManage res res.headers.ecode 进入 ==> ",res.headers.ecode)
//TODO1-1 弹出框
if(fun) fun(res.headers.ecode)
return;