yc-ui2 0.1.3-beta2 → 0.1.3-beta3

Sign up to get free protection for your applications and to get access to all the features.
package/.env CHANGED
@@ -1,5 +1,5 @@
1
1
  VUE_APP_CUSTOMER_API = 58.20.153.230:7080
2
- VUE_APP_CUSTOMER_PATH = /dev-api
2
+ VUE_APP_CUSTOMER_PATH = /customer-api
3
3
 
4
4
  VUE_APP_IMG_API = 113.219.171.47:6610
5
5
  VUE_APP_IMG_PATH = /cloud-img
@@ -44097,7 +44097,7 @@ lib_axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
44097
44097
  // 创建axios实例
44098
44098
  const service = lib_axios.create({
44099
44099
  // axios中请求配置有baseURL选项,表示请求URL公共部分
44100
- baseURL: "/dev-api",
44100
+ baseURL: "/customer-api",
44101
44101
  // 超时
44102
44102
  timeout: 10000
44103
44103
  });