|
|
@ -3,7 +3,6 @@
|
|
|
|
<iframe :src="url" allowfullscreen class="iframe-style" id="mainFrame"></iframe>
|
|
|
|
<iframe :src="url" allowfullscreen class="iframe-style" id="mainFrame"></iframe>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
let oneLevel = "";
|
|
|
|
let oneLevel = "";
|
|
|
|
let twoLevel = "";
|
|
|
|
let twoLevel = "";
|
|
|
@ -25,6 +24,7 @@
|
|
|
|
if (this.bussinessType !== '') {
|
|
|
|
if (this.bussinessType !== '') {
|
|
|
|
path += '&bussinessType=' + this.bussinessType;
|
|
|
|
path += '&bussinessType=' + this.bussinessType;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
console.log("path:",path)
|
|
|
|
return path;
|
|
|
|
return path;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|