Commit 91cff706 authored by 郭志伟's avatar 郭志伟

chore(ui): 升级业务库

parent 4dc05c87
...@@ -19,13 +19,21 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production') ...@@ -19,13 +19,21 @@ if (process.env.SENTRY_ENV !== 'test' && process.env.NODE_ENV === 'production')
.install(); .install();
} }
// if (EASY_ENV_IS_BROWSER && process.env.SENTRY_ENV === 'test' || process.env.NODE_ENV !== 'production') { if (EASY_ENV_IS_BROWSER && process.env.SENTRY_ENV === 'test' || process.env.NODE_ENV !== 'production') {
// ! 上线后务必取掉 // ! 上线后务必取掉;
// const vConsole = require('vconsole'); const vConsole = require('vconsole');
// new vConsole(); new vConsole();
// } }
if (EASY_ENV_IS_BROWSER) { if (EASY_ENV_IS_BROWSER) {
const isSafari = /^.*((iPhone)|(iPad)|(Safari))+.*$/;
if (isSafari.test(navigator.userAgent)) {
window.onpageshow = function(e) {
if (e.persisted || (window.performance && window.performance.navigation.type == 2)) {
window.location.reload();
}
};
}
Vue.use(lazyload); Vue.use(lazyload);
const saDirective = new SaDirective(); const saDirective = new SaDirective();
Vue.directive('track', saDirective.directive); Vue.directive('track', saDirective.directive);
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
.freedom { .freedom {
height: 100%; height: 100%;
width: 100%; width: 100%;
header { header {
width: 100%; width: 100%;
height: 48px; height: 48px;
...@@ -17,11 +18,14 @@ ...@@ -17,11 +18,14 @@
text-align: center; text-align: center;
border-bottom: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0;
} }
&-body { &-body {
position: relative; position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
z-index: 1;
&_full { &_full {
height: calc(100% - 48px); height: calc(100% - 48px);
} }
......
...@@ -23,6 +23,7 @@ export default class TransformStyleMixin extends Vue { ...@@ -23,6 +23,7 @@ export default class TransformStyleMixin extends Vue {
style.backgroundImage = `url(${style.backgroundImage})`; style.backgroundImage = `url(${style.backgroundImage})`;
} }
} }
style.zIndex = 2;
return style; return style;
} }
......
{ {
"api": { "api": {
"apiHost": "https://quantum-blocks-vcc2.liangkebang.net", "apiHost": "https://quantum-blocks-test1.liangkebang.net",
"h5Host": "https://quantum-h5-test1.liangkebang.net", "h5Host": "https://quantum-h5-test1.liangkebang.net",
"opapiHost": "https://opapi-test1.liangkebang.net", "opapiHost": "https://opapi-test1.liangkebang.net",
"passportHost": "https://passportapi-test1.liangkebang.net", "passportHost": "https://passportapi-test1.liangkebang.net",
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
} }
}, },
"redis": { "redis": {
"port": 31565, "port": 31400,
"host": "172.17.5.13", "host": "172.17.5.17",
"password": "", "password": "",
"db": 0 "db": 0
}, },
......
...@@ -1658,9 +1658,9 @@ ...@@ -1658,9 +1658,9 @@
} }
}, },
"@qg/citrus-ui": { "@qg/citrus-ui": {
"version": "0.1.7", "version": "0.1.8",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.1.7.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.1.8.tgz",
"integrity": "sha512-ImVvs2l5GinfrVdj+/eYQOOlxTQRpubNeetCYStN5RkL5XF6Y5ptTkEdQML/iyUFjw1+oaIyjZWpueUBU+3Vuw==", "integrity": "sha512-/tfi4Mso4Y9DYDof92C8iL5nzUNAehqCXoIc2yazhGCc47Oqs4urAfeXdvavUTW0SMsXudxsX44KFyLN6rkcqQ==",
"requires": { "requires": {
"@better-scroll/core": "^2.1.1", "@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.20", "@qg/cherry-ui": "^2.20.20",
...@@ -20870,9 +20870,9 @@ ...@@ -20870,9 +20870,9 @@
"integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=" "integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w="
}, },
"rollup": { "rollup": {
"version": "2.50.5", "version": "2.50.6",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.50.5.tgz", "resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.50.6.tgz",
"integrity": "sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==", "integrity": "sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==",
"requires": { "requires": {
"fsevents": "~2.3.1" "fsevents": "~2.3.1"
}, },
......
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