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/.env
CHANGED
package/dist/yc-ui2.common.js
CHANGED
@@ -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: "/
|
44100
|
+
baseURL: "/customer-api",
|
44101
44101
|
// 超时
|
44102
44102
|
timeout: 10000
|
44103
44103
|
});
|