add /list for mobile

This commit is contained in:
LouisLam
2021-08-19 18:12:52 +08:00
parent 4f70a70dda
commit 64498163e1
5 changed files with 27 additions and 12 deletions

View File

@@ -25,7 +25,6 @@ export default {
uptimeList: { },
certInfoList: {},
notificationList: [],
showListMobile: false,
connectionErrorMsg: "Cannot connect to the socket server. Reconnecting...",
}
},
@@ -186,10 +185,6 @@ export default {
methods: {
cancelActiveList() {
this.$root.showListMobile = false;
},
storage() {
return (this.remember) ? localStorage : sessionStorage;
},