Commit 320eb085 by hank

preview

parent 4483391a
......@@ -24,7 +24,7 @@
v-if="loaded"
:style="{
}"
:src="templateData.frameUrl+'?isPreview=1'"
:src="templateData.frameUrl+'?isEdit=1&filmId='+templateData.filmId"
frameborder="0"
></iframe>
</div>
......
......@@ -67,6 +67,7 @@ import 'swiper/dist/css/swiper.css'
import { swiper, swiperSlide } from 'vue-awesome-swiper'
import { getTempalteList, getFilmList } from '@/api/api'
export default {
name: 'Tempaltes',
data() {
return {
swiperOption: {
......
......@@ -5,7 +5,7 @@
<iframe
class="iframe"
v-show="loaded"
:src="templateData.frameUrl+'?isEdit=1&filmId='+templateData.filmId"
:src="templateData.frameUrl+'?isPreview=1'"
frameborder="0"
></iframe>
</div>
......@@ -83,7 +83,7 @@ export default {
.content-left {
flex: 1;
background: #eeeeee;
height: calc(100vh - 45px);
height: calc(100vh);
box-sizing: border-box;
text-align: left;
.content-left-top {
......
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 sign in to comment