|
@@ -1,11 +1,17 @@
|
|
<template>
|
|
<template>
|
|
-<iframe class="home-wrapper" src="https://27.156.118.74:19901/statistics/index.html?type=1" ></iframe>
|
|
|
|
|
|
+ <iframe :src="`https://27.156.118.74:19901/statistics/index.html?type=${appStore.ownApp}`"
|
|
|
|
+ class="home-wrapper"></iframe>
|
|
</template>
|
|
</template>
|
|
|
|
+<script setup>
|
|
|
|
+import {useAppStore} from "@/stores/app";
|
|
|
|
+
|
|
|
|
+const appStore = useAppStore();
|
|
|
|
+</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.home-wrapper {
|
|
.home-wrapper {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- border: none;
|
|
|
|
|
|
+ border: none;
|
|
}
|
|
}
|
|
|
|
|
|
.container {
|
|
.container {
|