d75a8525 by zhen

feat:文件类型新增投保链接

1 parent 06d8bce3
...@@ -132,5 +132,9 @@ export const fileList = [ ...@@ -132,5 +132,9 @@ export const fileList = [
132 { 132 {
133 id: 3, 133 id: 3,
134 type: '免责条款' 134 type: '免责条款'
135 },
136 {
137 id: 4,
138 type: '投保链接'
135 } 139 }
136 ] 140 ]
......
...@@ -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()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!