|
@@ -6,8 +6,8 @@ import md5 from "js-md5";
|
|
import { getErrMsg } from "@/utils";
|
|
import { getErrMsg } from "@/utils";
|
|
const instance = axios.create({
|
|
const instance = axios.create({
|
|
baseURL: process.env.VUE_APP_BASE_API,
|
|
baseURL: process.env.VUE_APP_BASE_API,
|
|
- timeout: 3000
|
|
|
|
- // withCredentials: true
|
|
|
|
|
|
+ timeout: 3000,
|
|
|
|
+ withCredentials: true
|
|
});
|
|
});
|
|
const appKey = "cd72c223-923f-44a3-aede-b9f07dcd56b8";
|
|
const appKey = "cd72c223-923f-44a3-aede-b9f07dcd56b8";
|
|
const plat = "steelfurniture";
|
|
const plat = "steelfurniture";
|