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.umd.js
CHANGED
|
@@ -29633,10 +29633,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
29633
29633
|
validateSSOPageLoaded: function() { return /* reexport */ validateSSOPageLoaded; }
|
|
29634
29634
|
});
|
|
29635
29635
|
|
|
29636
|
-
// NAMESPACE OBJECT: ./node_modules/ua-parser-js/src/main/ua-parser.mjs
|
|
29637
|
-
var ua_parser_namespaceObject = {};
|
|
29638
|
-
__webpack_require__.r(ua_parser_namespaceObject);
|
|
29639
|
-
|
|
29640
29636
|
;// ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
29641
29637
|
/* eslint-disable no-var */
|
|
29642
29638
|
// This file is imported into lib/wc client bundles.
|
|
@@ -32328,7 +32324,7 @@ const loginAccount = async (data, appid) => {
|
|
|
32328
32324
|
if (code == 10110004) {
|
|
32329
32325
|
let id = response.id;
|
|
32330
32326
|
// 初始化解析器
|
|
32331
|
-
const parser = new
|
|
32327
|
+
const parser = new UAParser();
|
|
32332
32328
|
// 获取浏览器信息
|
|
32333
32329
|
const browser = parser.getBrowser();
|
|
32334
32330
|
let timestamp = new Date().getTime();
|