asd26269546 vor 1 Jahr
Ursprung
Commit
a8db2c74f1
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/views/working/iframWinfaster.vue

+ 2 - 1
src/views/working/iframWinfaster.vue

@@ -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>