liyongli 3 년 전
부모
커밋
b8bd636442
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/PushMenu.vue

+ 1 - 2
src/views/PushMenu.vue

@@ -36,7 +36,7 @@ export default {
     };
   },
   mounted() {
-      this.value1 = new Date()
+    this.value1 = new Date();
     document.title = "上传菜单";
   },
   computed: {},
@@ -51,7 +51,6 @@ export default {
       }
       this.$message.error("所选文件格式错误");
     },
-
   },
   beforeUnmount: function () {
     localStorage.token = "";