|
|
@@ -8,10 +8,6 @@
|
|
|
<p style="margin-top: 18px; color: rgba(255,255,255,0.8); line-height: 1.8">
|
|
|
用于管理登录、组织架构、菜单权限,以及视频链接拆解任务。
|
|
|
</p>
|
|
|
- <div style="margin-top: 36px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.08)">
|
|
|
- <div>默认账号:admin / 123456</div>
|
|
|
- <div style="margin-top: 8px">默认账号:operator / 123456</div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div style="padding: 56px 42px">
|
|
|
<div style="font-size: 28px; font-weight: 700; margin-bottom: 24px">登录</div>
|
|
|
@@ -40,8 +36,8 @@ import { useAuthStore } from "../stores/auth";
|
|
|
const router = useRouter();
|
|
|
const authStore = useAuthStore();
|
|
|
const form = reactive({
|
|
|
- username: "admin",
|
|
|
- password: "123456",
|
|
|
+ username: "",
|
|
|
+ password: "",
|
|
|
});
|
|
|
|
|
|
const handleLogin = async () => {
|