刘翔宇-旅管家 3 years ago
parent 1b6e53f30d
commit b9b092e3bd

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

@ -2,7 +2,7 @@
<div :class="classObj" class="app-wrapper"> <div :class="classObj" class="app-wrapper">
<div class="top-head-bar"> <div class="top-head-bar">
<div class="top-head-bar__logo"> <div class="top-head-bar__logo">
<img style="height: 20px" src="../assets/logo.png" alt="logo" /> <img style="height: 20px" src="../assets/logo_test.png" alt="logo" />
</div> </div>
<ul> <ul>
@ -52,7 +52,7 @@
<iframe <iframe
ref="bookIframe" ref="bookIframe"
style="width: calc(100% + 12px); height: 100%;" style="width: calc(100% + 12px); height: 100%;"
src="http://localhost:8014/admin/#/" :src="bookUrl"
>你的浏览器不支持该iframe</iframe >你的浏览器不支持该iframe</iframe
> >
</div> </div>
@ -88,6 +88,7 @@ export default {
data() { data() {
return { return {
active: 0, active: 0,
bookUrl:process.env.VUE_APP_OUT_Book
}; };
}, },
computed: { computed: {

Loading…
Cancel
Save