d75a8525 by zhen

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

1 parent 06d8bce3
......@@ -132,5 +132,9 @@ export const fileList = [
{
id: 3,
type: '免责条款'
},
{
id: 4,
type: '投保链接'
}
]
......
......@@ -34,7 +34,7 @@
export default {
data() {
return {
baseUrl: 'https://localhost:8080',
baseUrl: 'https://pre-web-chery.situdata.com',
isStart: false,
target: '',
strWindowFeatures: `
......@@ -60,7 +60,7 @@ export default {
methods: {
open() {
this.isStart = true
this.target = `${this.baseUrl}/#/srtc-iframe?path="https://localhost:8081/"`
this.target = `${this.baseUrl}/#/srtc-iframe?path="https://localhost:8080"`
this.$nextTick().then(() => {
this.$refs.srtcIframe.onload = () => {
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!