Commit 368ed258 by zhoujunpeng

Merge branch 'develop' of http://192.168.0.110:11080/isc-v3.1/isc-web-vue into develop

parents eec207f1 d6550635
...@@ -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