feat:文件类型新增投保链接
Showing
2 changed files
with
6 additions
and
2 deletions
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
34 | export default { | 34 | export default { |
35 | data() { | 35 | data() { |
36 | return { | 36 | return { |
37 | baseUrl: 'https://localhost:8080', | 37 | baseUrl: 'https://pre-web-chery.situdata.com', |
38 | isStart: false, | 38 | isStart: false, |
39 | target: '', | 39 | target: '', |
40 | strWindowFeatures: ` | 40 | strWindowFeatures: ` |
... | @@ -60,7 +60,7 @@ export default { | ... | @@ -60,7 +60,7 @@ export default { |
60 | methods: { | 60 | methods: { |
61 | open() { | 61 | open() { |
62 | this.isStart = true | 62 | this.isStart = true |
63 | this.target = `${this.baseUrl}/#/srtc-iframe?path="https://localhost:8081/"` | 63 | this.target = `${this.baseUrl}/#/srtc-iframe?path="https://localhost:8080"` |
64 | this.$nextTick().then(() => { | 64 | this.$nextTick().then(() => { |
65 | this.$refs.srtcIframe.onload = () => { | 65 | this.$refs.srtcIframe.onload = () => { |
66 | this.sendMessage() | 66 | this.sendMessage() | ... | ... |
-
Please register or sign in to post a comment