|
@@ -1,6 +1,9 @@
|
|
|
<template>
|
|
|
- <iframe :src="`https://27.156.118.74:19901/statistics/index.html?type=${appStore.ownApp}`"
|
|
|
- class="home-wrapper"></iframe>
|
|
|
+ <!-- <iframe :src="`https://27.156.118.74:19901/statistics/index.html?type=${appStore.ownApp}`"
|
|
|
+ class="home-wrapper"></iframe> -->
|
|
|
+ <div class="zhuye-wrapper">
|
|
|
+
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<script setup>
|
|
|
import {useAppStore} from "@/stores/app";
|
|
@@ -8,6 +11,18 @@ import {useAppStore} from "@/stores/app";
|
|
|
const appStore = useAppStore();
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
+.zhuye-wrapper {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ background-image: url("@/assets/images/tishi.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+ background-size: cover; // 或使用 contain,根据需求选择
|
|
|
+}
|
|
|
+
|
|
|
.home-wrapper {
|
|
|
width: 100%;
|
|
|
height: 100%;
|