update
This commit is contained in:
@@ -83,13 +83,10 @@ export function LoginForm({
|
|||||||
>
|
>
|
||||||
<FieldGroup>
|
<FieldGroup>
|
||||||
<div className="flex flex-col gap-2 text-center">
|
<div className="flex flex-col gap-2 text-center">
|
||||||
{/* <span className="mx-auto inline-flex rounded-full border border-amber-300/60 bg-amber-50 px-3 py-1 text-[11px] font-medium tracking-[0.22em] text-amber-900 uppercase">
|
<span className="mx-auto inline-flex rounded-full border border-amber-300/60 bg-amber-50 px-3 py-1 text-[11px] font-medium tracking-[0.22em] text-amber-900 uppercase">
|
||||||
AI Service Console
|
贝壳AI
|
||||||
</span> */}
|
</span>
|
||||||
<h1 className="text-3xl font-semibold tracking-tight">登录管理后台</h1>
|
<h1 className="text-3xl font-semibold tracking-tight">欢迎使用贝壳 AI 客服平台</h1>
|
||||||
<p className="text-sm text-balance text-muted-foreground">
|
|
||||||
使用账号登录后进入对应工作区,可访问后台管理台或用户会话页。
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<Field>
|
<Field>
|
||||||
<FieldLabel htmlFor="username">用户名</FieldLabel>
|
<FieldLabel htmlFor="username">用户名</FieldLabel>
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ export type AuthSession = {
|
|||||||
roles: string[]
|
roles: string[]
|
||||||
}
|
}
|
||||||
|
|
||||||
const SESSION_STORAGE_KEY = "cs-agent.admin.session"
|
const SESSION_STORAGE_KEY = "cs-ai-agent-session"
|
||||||
|
|
||||||
function hasWindow() {
|
function hasWindow() {
|
||||||
return typeof window !== "undefined"
|
return typeof window !== "undefined"
|
||||||
|
|||||||
Reference in New Issue
Block a user