谢杰标 2 år sedan
förälder
incheckning
98e6c1f1ff
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/axios.js

+ 1 - 1
src/axios.js

@@ -3,7 +3,7 @@ import { Message } from "element-ui";
 // export const BASE_URL = "http://120.79.166.78:19012"; //测试-外网
 // export const BASE_URL = 'http://42.192.164.187:19005'    //test
 export const BASE_URL = 'http://120.79.166.78:19012'    //测试
-
+export const BASE_IMG_URL = "https://file.xyyxt.net/"
 
 // 创建 axios 实例
 const request = axios.create({