更改SaaS

This commit is contained in:
Joxp
2024-10-22 22:43:13 +08:00
parent d2519b65ac
commit 8ea4ee9f46
3 changed files with 7 additions and 15 deletions

View File

@@ -113,12 +113,6 @@ export function AuthPage() {
type="primary"
onClick={goChat}
/>
<IconButton
text={Locale.Auth.SaasTips}
onClick={() => {
goSaas();
}}
/>
</div>
</div>
);