mjz update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user