|
@@ -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 = "";
|