Commit d6550635 by ZcyJames

1.提交代码

parent 3b93f2b1
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
<el-row style="height:9000px;margin-top: 20px;"> <el-row style="height:9000px;margin-top: 20px;">
<div style="height: 100%"> <div style="height: 100%">
<iframe v-if="model.msgp.typ === 'sf2'" src="http://localhost:8080/swifteditor" width="100%"></iframe> <iframe v-if="model.msgp.typ === 'sf2'" src="http://192.168.0.114:8080/swifteditor" width="100%"></iframe>
<iframe v-else-if="model.msgp.typ === 'iso'" src="http://localhost:8080/swiftiso-editor" width="100%"></iframe> <iframe v-else-if="model.msgp.typ === 'iso'" src="http://192.168.0.114:8080/swiftiso-editor" width="100%"></iframe>
</div> </div>
</el-row> </el-row>
......
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