Explorar el Código

Merge branch 'master' of https://gitee.com/dchuai/Huaihua-High-tech-Zone

sdjakl hace 2 años
padre
commit
dcc5741f8a

+ 28 - 6
src/views/FSServices/FEWhitelist/index.vue

@@ -1,9 +1,31 @@
 <template>
-    <div>
-        园区融资企业白名单数据库(不开放)
+    <div class="iframe-container" v-loading="loading">
+        <iframe src="http://czt.hunan.gov.cn/" scrolling="auto" frameborder="0" class="frame">
+        </iframe>
     </div>
-  </template>
+</template>
   
-  <script setup name="Confirmation">
-  </script>
-  
+<script setup>
+import { ref } from 'vue'
+const loading = ref(false)
+</script>
+  
+<style lang="scss">
+.iframe-container {
+    position: absolute;
+    top: 0px;
+    left: 0px;
+    right: 0px;
+    bottom: 0px;
+
+    .frame {
+        width: 100%;
+        height: 100%;
+    }
+    
+.example-showcase .el-loading-mask {
+  z-index: 9;
+}
+}
+
+</style>

+ 29 - 6
src/views/FSServices/FPDService/index.vue

@@ -1,9 +1,32 @@
 <template>
-    <div>
-        设立“惠园贷”、“科技贷”、“潇湘财经贷”等园区金融产品申报服务窗口
+    <div class="iframe-container" v-loading="loading">
+        <iframe src="http://www.hunan.gov.cn/zqt/hqzc/202206/t20220610_25443825.html" scrolling="auto" frameborder="0" class="frame">
+        </iframe>
     </div>
-  </template>
+</template>
   
-  <script setup name="Confirmation">
-  </script>
-  
+<script setup>
+import { ref } from 'vue'
+const loading = ref(false)
+</script>
+  
+<style lang="scss">
+.iframe-container {
+    position: absolute;
+    top: 0px;
+    left: 0px;
+    right: 0px;
+    ;
+    bottom: 0px;
+
+    .frame {
+        width: 100%;
+        height: 100%;
+    }
+    
+.example-showcase .el-loading-mask {
+  z-index: 9;
+}
+}
+
+</style>

+ 29 - 6
src/views/FSServices/FPRelease/index.vue

@@ -1,9 +1,32 @@
 <template>
-    <div>
-        银行融资产品发布
+    <div class="iframe-container" v-loading="loading">
+        <iframe src="http://czt.hunan.gov.cn/" scrolling="auto" frameborder="0" class="frame">
+        </iframe>
     </div>
-  </template>
+</template>
   
-  <script setup name="Confirmation">
-  </script>
-  
+<script setup>
+import { ref } from 'vue'
+const loading = ref(false)
+</script>
+  
+<style lang="scss">
+.iframe-container {
+    position: absolute;
+    top: 0px;
+    left: 0px;
+    right: 0px;
+    ;
+    bottom: 0px;
+
+    .frame {
+        width: 100%;
+        height: 100%;
+    }
+    
+.example-showcase .el-loading-mask {
+  z-index: 9;
+}
+}
+
+</style>

+ 29 - 6
src/views/FSServices/FServices/index.vue

@@ -1,9 +1,32 @@
 <template>
-    <div>
-        链接“湘信贷”、“信易贷”等融资服务平台
+    <div class="iframe-container" v-loading="loading">
+        <iframe src="http://222.240.80.54:18080/hnibdp-daq/login" scrolling="auto" frameborder="0" class="frame">
+        </iframe>
     </div>
-  </template>
+</template>
   
-  <script setup name="Confirmation">
-  </script>
-  
+<script setup>
+import { ref } from 'vue'
+const loading = ref(false)
+</script>
+  
+<style lang="scss">
+.iframe-container {
+    position: absolute;
+    top: 0px;
+    left: 0px;
+    right: 0px;
+    ;
+    bottom: 0px;
+
+    .frame {
+        width: 100%;
+        height: 100%;
+    }
+    
+.example-showcase .el-loading-mask {
+  z-index: 9;
+}
+}
+
+</style>