mjz update

This commit is contained in:
mjz
2023-06-04 11:41:23 +08:00
parent 63992d1c3b
commit 377204bae0
77 changed files with 367 additions and 204 deletions

View File

@@ -90,7 +90,12 @@ export default {
this.modeView = key
},
getIframeUrl() {
const path = this.$page.path.indexOf('base') > -1 ? '/' : this.$page.path
let path = this.$page.path.indexOf('base') > -1 ? '/' : this.$page.path
if (path.indexOf('/component/bar') > -1) {
path = '/pages/component/bar'
}
this.iframeUrl = 'https://miren123.gitee.io/colorui-h5/#' + path || ''
},
getHeadersData() {
@@ -152,7 +157,7 @@ export default {
width 17.5vw
height 34.4vw
z-index -1
background-image: url(https://www.uviewui.com/common/iPhone13.png);
background-image: url(https://miren123.gitee.io/colorui-document/img/iPhone13.png);
background-repeat: no-repeat;
background-size: 100%;
padding: 48px 13px 25px;