소스 검색

no message

linwenxin 5 달 전
부모
커밋
a4379f779b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -63,7 +63,7 @@ export default {
   },
   data() {
     return {
-      dialogTableVisible: true,
+      dialogTableVisible: false,
       ListDownload: []
     }
   },