Commit 5cf1747c by ZcyJames

1.ip改成黑龙江的ip地址

parent 9b80878d
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<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://192.168.0.114:8080/swifteditor" width="100%"></iframe> <iframe v-if="model.msgp.typ === 'sf2'" src="http://25.8.43.1:8086/swifteditor" width="100%"></iframe>
<iframe v-else-if="model.msgp.typ === 'iso'" src="http://192.168.0.114: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