|
@@ -340,7 +340,7 @@
|
|
|
<iframe
|
|
|
height="100%"
|
|
|
width="100%"
|
|
|
- :src="dialogdiv.actionUrl"
|
|
|
+ :src="dialogdiv"
|
|
|
frameborder="0"
|
|
|
></iframe>
|
|
|
</div>
|
|
@@ -382,7 +382,7 @@ export default {
|
|
|
this.StatusList = v;
|
|
|
let url= v.actionUrl;
|
|
|
console.log(url+111);
|
|
|
- // this.dialogdiv.actionUrl="/static/views/insideFilecollect/launch.html"
|
|
|
+ // this.dialogdiv="/static/views/insideFilecollect/launch.html"
|
|
|
this.dialogdiv=url.replace("/views","/static/views")
|
|
|
this.dialogdiv=url.replace("/static/views","/static/views")
|
|
|
this.dialogdiv=url.replace("/dist/views/","/static/views/")
|