yc-ui2 0.1.3-beta1 → 0.1.3-beta3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env CHANGED
@@ -1,5 +1,5 @@
1
- VUE_APP_BASE_API = 58.20.153.230:7080
2
- VUE_APP_PATH = /dev-api
1
+ VUE_APP_CUSTOMER_API = 58.20.153.230:7080
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
  });