Commit 3caeeaa1 authored by 郭志伟's avatar 郭志伟

chore(ui): 升级业务库0.2.17

parent c7f993fc
......@@ -7,6 +7,7 @@ import { release } from '@/.sentryclirc';
import '@/service/qg.service';
import SaDirective from '@qg/citrus-ui/src/helper/directives/saTrack.directive.js';
import config from '@qg/citrus-ui/src/config/index.js';
import { getParameterByName } from '../../../service/utils.service';
import lazyload from '@qg/cherry-ui/src/lazyload/index';
// 初始化sentry
......@@ -27,9 +28,9 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production')
if (EASY_ENV_IS_BROWSER) {
const isSafari = /^.*((iPhone)|(iPad)|(Safari))+.*$/;
if (isSafari.test(navigator.userAgent)) {
if (isSafari.test(navigator.userAgent) && getParameterByName('fromHost', window.location.href)?.indexOf('xc.bmall') === -1) {
window.onpageshow = function(e) {
if (e.persisted || (window.performance && window.performance.navigation.type == 2)) {
if (e.persisted || (window.performance && window.performance.navigation.type == 2) || ) {
window.location.reload();
}
};
......
......@@ -1658,9 +1658,9 @@
}
},
"@qg/citrus-ui": {
"version": "0.2.16",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.2.16.tgz",
"integrity": "sha512-lZ1O229GkmPbMMk00Ui+91C0/Oa94UuCepunJFVLNDbB2ASxlpQVbUM8kHbEn4ZCBmnyOMmt/YwU1jWnQmpOxg==",
"version": "0.2.17",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.2.17.tgz",
"integrity": "sha512-nwzINdEo2Q2s/wkxGzES9EhYFCWFkhCqW8SvER1nZIJ1JTswIko1eIfxpnVdNI52nJ78YQH+ewMptb0358ffQg==",
"requires": {
"@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.21.1",
......@@ -20877,9 +20877,9 @@
"integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w="
},
"rollup": {
"version": "2.56.1",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.56.1.tgz",
"integrity": "sha512-KkrsNjeiTfGJMUFBi/PNfj3fnt70akqdoNXOjlzwo98uA1qrlkmgt6SGaK5OwhyDYCVnJb6jb2Xa2wbI47P4Nw==",
"version": "2.56.2",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.56.2.tgz",
"integrity": "sha512-s8H00ZsRi29M2/lGdm1u8DJpJ9ML8SUOpVVBd33XNeEeL3NVaTiUcSBHzBdF3eAyR0l7VSpsuoVUGrRHq7aPwQ==",
"requires": {
"fsevents": "~2.3.2"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment