@netang/quasar 0.1.76 → 0.1.77

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils/getData.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.1.76",
3
+ "version": "0.1.77",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/utils/getData.js CHANGED
@@ -11,7 +11,7 @@ import $n_config from './config'
11
11
 
12
12
  /**
13
13
  * 获取公共数据
14
- * @param {String|Array} url 请求地址
14
+ * @param {String|Array|Object} url 请求地址
15
15
  * @param pageStatus 页面状态
16
16
  * @param emptyDescription 空状态描述
17
17
  * @param refValue 请求成功后设置值