Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-web-vue
Commits
368ed258
Commit
368ed258
authored
Oct 29, 2024
by
zhoujunpeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://192.168.0.110:11080/isc-v3.1/isc-web-vue
into develop
parents
eec207f1
d6550635
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Stpp.vue
src/page/Frontend/Msgstp/views/Stpp.vue
+2
-2
No files found.
src/page/Frontend/Msgstp/views/Stpp.vue
View file @
368ed258
...
...
@@ -12,8 +12,8 @@
<el-row
style=
"height:9000px;margin-top: 20px;"
>
<div
style=
"height: 100%"
>
<iframe
v-if=
"model.msgp.typ === 'sf2'"
src=
"http://
localhost
:8080/swifteditor"
width=
"100%"
></iframe>
<iframe
v-else-if=
"model.msgp.typ === 'iso'"
src=
"http://
localhost
:8080/swiftiso-editor"
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://
192.168.0.114
:8080/swiftiso-editor"
width=
"100%"
></iframe>
</div>
</el-row>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment