1
lzhe
2025-08-12 0f3bd1cd06db00775e29d181acaa0319ee58cfe6
1
已修改2个文件
9 ■■■■■ 文件已修改
src/views/wel/gongkong.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/wel/index.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/wel/gongkong.vue
@@ -109,7 +109,7 @@
        res => {
          this.loading = false;
          this.fileDialogVisible = true;
          this.fileContent = res.data.data.replace(/\n/g, '<br>');
          this.fileContent = res.data.data;
        }
      );
    },
src/views/wel/index.vue
@@ -7,8 +7,9 @@
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
  <shemi v-if="isSM"></shemi>
  <gongkong v-else></gongkong>
  <!-- <shemi v-if="isSM"></shemi>
  <gongkong v-else></gongkong> -->
  <gongkong></gongkong>
</template>
<script>
import shemi from './shemi.vue'
@@ -34,7 +35,7 @@
        if(res.data.data === "0") {
          this.isSM = true;
        }else {
          this.getPre();
          // this.getPre();
        }
      }
    );