feat: 运营平台基建 搭建

This commit is contained in:
2026-07-23 15:00:19 +08:00
parent 3b5a908ee4
commit 5523695518
11 changed files with 1096 additions and 130 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default defineComponent({
setup() {
const router = useRouter();
const goHome = () => router.push('/');
const goHome = () => router.push('/login');
return () => (
<Result