|
|
@@ -40,7 +40,6 @@ let messageBoxFlag = 0 // 默认 MessageBox 未打开
|
|
|
const source = axios.CancelToken.source();
|
|
|
|
|
|
axios.interceptors.request.use(async (config) => {
|
|
|
- console.log('config.params', config.params);
|
|
|
if (config.method === "get" && config.params) {
|
|
|
// for (const key in config.params) {
|
|
|
// const val = config.params[key];
|
|
|
@@ -105,7 +104,6 @@ axios.interceptors.request.use(async (config) => {
|
|
|
config.data = fromData;
|
|
|
config.headers["Content-Type"] = "multipart/form-data";
|
|
|
}
|
|
|
- console.log("config", config);
|
|
|
if (config.url === "/fusion/ai/getByImage") {
|
|
|
return config;
|
|
|
}
|