isdata-customer-sdk 0.1.80 → 0.1.81
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.common.js
CHANGED
|
@@ -29623,10 +29623,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
29623
29623
|
validateSSOPageLoaded: function() { return /* reexport */ validateSSOPageLoaded; }
|
|
29624
29624
|
});
|
|
29625
29625
|
|
|
29626
|
-
// NAMESPACE OBJECT: ./node_modules/ua-parser-js/src/main/ua-parser.mjs
|
|
29627
|
-
var ua_parser_namespaceObject = {};
|
|
29628
|
-
__webpack_require__.r(ua_parser_namespaceObject);
|
|
29629
|
-
|
|
29630
29626
|
;// ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
29631
29627
|
/* eslint-disable no-var */
|
|
29632
29628
|
// This file is imported into lib/wc client bundles.
|
|
@@ -32318,7 +32314,7 @@ const loginAccount = async (data, appid) => {
|
|
|
32318
32314
|
if (code == 10110004) {
|
|
32319
32315
|
let id = response.id;
|
|
32320
32316
|
// 初始化解析器
|
|
32321
|
-
const parser = new
|
|
32317
|
+
const parser = new UAParser();
|
|
32322
32318
|
// 获取浏览器信息
|
|
32323
32319
|
const browser = parser.getBrowser();
|
|
32324
32320
|
let timestamp = new Date().getTime();
|