Browse Source

优化首页

ZaiZai 2 years ago
parent
commit
6e003c7f1a
1 changed files with 1 additions and 1 deletions
  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>