feat: build UI
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
style="min-height: 100vh"
|
||||
class="has-background-white"
|
||||
style="min-height: 100vh; background-color: #f9fafb;"
|
||||
data-theme="light"
|
||||
lang="vi"
|
||||
>
|
||||
@@ -48,7 +47,7 @@ async function checkRedirect() {
|
||||
$store.commit("login", row);
|
||||
}
|
||||
} else if (!$store.login) return /* $requestLogin(); */
|
||||
await checkLogin();
|
||||
// await checkLogin();
|
||||
}
|
||||
async function checkLogin() {
|
||||
if ($store.login ? $store.login.token : false) {
|
||||
|
||||
Reference in New Issue
Block a user