|
@@ -6,7 +6,7 @@
|
|
|
@click-left="onClickLeft"
|
|
|
></van-nav-bar>
|
|
|
<div class="iframWinfaster">
|
|
|
- <iframe src="https://www.winfaster.cn/#/" frameborder="0"></iframe>
|
|
|
+ <iframe id="your-iframe-id" src="http://139.9.102.170:10008/#/" frameborder="0"></iframe>
|
|
|
</div>
|
|
|
</template>
|
|
|
<style lang="scss">
|
|
@@ -23,4 +23,5 @@
|
|
|
import { ref, reactive, getCurrentInstance, toRaw } from "vue";
|
|
|
const proxy = getCurrentInstance().proxy;
|
|
|
const onClickLeft = () => history.back();
|
|
|
+
|
|
|
</script>
|