|
@@ -103,7 +103,6 @@ export default {
|
|
|
if (document.body.offsetWidth > 1920 || this.fontSize > 36)
|
|
|
this.fontSize = 36;
|
|
|
document.documentElement.style.fontSize = this.fontSize + "px";
|
|
|
- document.querySelector("html").requestFullscreen();
|
|
|
menuWeekList()
|
|
|
.then(r => {
|
|
|
this.list = r || [];
|
|
@@ -118,7 +117,8 @@ export default {
|
|
|
document.title = "菜单";
|
|
|
},
|
|
|
computed: {},
|
|
|
- methods: {},
|
|
|
+ methods: {
|
|
|
+ },
|
|
|
beforeUnmount: function () {
|
|
|
localStorage.token = "";
|
|
|
},
|