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