소스 검색

优化首页

ZaiZai 2 년 전
부모
커밋
6e003c7f1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -9,7 +9,7 @@
                         ref="iframe">
         </iframe>
 
-        <div class="test-btn-view">
+        <div class="test-btn-view" v-if="isDEV">
             <el-button type="primary" hc-btn @click="gotoQuery">开发测试时的进入系统入口</el-button>
         </div>
     </div>