feat: build UI

This commit is contained in:
Viet An
2026-04-09 17:20:47 +07:00
parent bcfda00993
commit 631527225e
36 changed files with 11305 additions and 1123 deletions

View File

@@ -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) {