yc-ui2 0.1.3-beta1 → 0.1.3-beta3

Sign up to get free protection for your applications and to get access to all the features.
@@ -44107,7 +44107,7 @@ lib_axios.defaults.headers["Content-Type"] = "application/json;charset=utf-8";
44107
44107
  // 创建axios实例
44108
44108
  const service = lib_axios.create({
44109
44109
  // axios中请求配置有baseURL选项,表示请求URL公共部分
44110
- baseURL: "/dev-api",
44110
+ baseURL: "/customer-api",
44111
44111
  // 超时
44112
44112
  timeout: 10000
44113
44113
  });