gc_mobile 1.0.10 → 1.0.12
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/README.md +1 -0
- package/example/.DS_Store +0 -0
- package/libs/main.js +428 -425
- package/libs/main.umd.cjs +5 -5
- package/package.json +1 -1
- package/src/modules/dd.js +10 -5
package/README.md
CHANGED
|
@@ -45,6 +45,7 @@ this.$store.commit("setUserInfo", res.userInfo); // 保存到vuex
|
|
|
45
45
|
| :-------: | :------------------------------------------------------: | :----: | :----: |
|
|
46
46
|
| appCode | 必传,应用 appCode 名字 | string | / |
|
|
47
47
|
| apiPrefix | api 前缀,dev/prod/自定义 api 路径,不传默认为测试环境 api | string | dev |
|
|
48
|
+
| map | 接口数据路径 | object | { dataPath:"data" } |
|
|
48
49
|
| gc_rsa | 网关配置项 | object | / |
|
|
49
50
|
|
|
50
51
|
## 返回参数说明
|
|
Binary file
|