@@ -8,8 +8,8 @@
<script>
document.domain = "cocorobo.cn"
</script>
- <script type="module" crossorigin src="./assets/index-uYgsVud0.js"></script>
- <link rel="stylesheet" crossorigin href="./assets/index-CSdPS3o9.css">
+ <script type="module" crossorigin src="./assets/index-6XNwjj1-.js"></script>
+ <link rel="stylesheet" crossorigin href="./assets/index-SzpOMBnO.css">
</head>
<body>
<div id="app"></div>
@@ -85,6 +85,7 @@ const updateReduction = () => {
border-radius: 30px;
text-align: center;
box-shadow: 1px 2px 1px 2px #f1f1f1;
+ z-index: 100;
span {
display: inline-block;
@@ -67,7 +67,6 @@
<Practice></Practice>
<!-- <other v-if="!isupdateCourse"></other> -->
<Edu v-if="isLogin"></Edu>
- <Feedback></Feedback>
</div>
<div class="iframe" :style="leftShow ? { width: '100%' } : ''" v-else-if="activeIndex == 1" v-loading="loading">
<iframe ref="iframeRef1" :src="iframeRef1Url" frameborder="0"></iframe>
@@ -100,6 +99,7 @@
<iframe ref="iframeRef4" :src="iframeRef1Url4" frameborder="0"></iframe>
+ <Feedback></Feedback>
</template>
<script setup>