uni-oaview 1.9.6 → 1.9.11
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/dist/index.esm.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -509,7 +509,7 @@ function _toPropertyKey(arg) {
|
|
|
509
509
|
*/
|
|
510
510
|
function sendLaunchAppParamsLog(params) {
|
|
511
511
|
var _a;
|
|
512
|
-
console.log('【OA View】小程序启动入参:', params);
|
|
512
|
+
// console.log('【OA View】小程序启动入参:', params);
|
|
513
513
|
// #ifndef H5
|
|
514
514
|
try {
|
|
515
515
|
var outputData = JSON.parse(JSON.stringify((_a = params === null || params === void 0 ? void 0 : params.referrerInfo) === null || _a === void 0 ? void 0 : _a.extraData));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uni-oaview",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.11",
|
|
4
4
|
"description": "uniapp小程序组件库",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"rollup-plugin-typescript2": "^0.27.2",
|
|
52
52
|
"rollup-plugin-vue": "^6.0.0",
|
|
53
53
|
"typescript": "^4.0.2",
|
|
54
|
-
"uniapp-log-sdk": "^1.8.
|
|
54
|
+
"uniapp-log-sdk": "^1.8.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@dcloudio/uni-ui": "^1.5.11",
|
|
58
58
|
"@vueuse/core": "^9.12.0",
|
|
59
59
|
"dayjs": "1.11.7",
|
|
60
|
-
"uniapp-log-sdk": "^1.8.
|
|
60
|
+
"uniapp-log-sdk": "^1.8.1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"element-china-area-data": "5.0.2"
|