[Status Page] Add a new status page

This commit is contained in:
Louis Lam
2022-03-17 23:38:43 +08:00
parent 719a136d1e
commit 27bfae67af
3 changed files with 104 additions and 19 deletions

View File

@@ -255,6 +255,14 @@ export default {
}
},
toastSuccess(msg) {
toast.success(msg);
},
toastError(msg) {
toast.error(msg);
},
login(username, password, token, callback) {
socket.emit("login", {
username,