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 +2 -2
- package/dist/yc-ui2.common.js +1 -1
- package/dist/yc-ui2.common.js.map +1 -1
- package/dist/yc-ui2.umd.js +1 -1
- package/dist/yc-ui2.umd.js.map +1 -1
- package/dist/yc-ui2.umd.min.js +1 -1
- package/dist/yc-ui2.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/request.js +1 -1
- package/vue.config.js +3 -3
package/dist/yc-ui2.umd.js
CHANGED
@@ -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: "/
|
44110
|
+
baseURL: "/customer-api",
|
44111
44111
|
// 超时
|
44112
44112
|
timeout: 10000
|
44113
44113
|
});
|