feat: 申请试用权限调整

This commit is contained in:
rd
2025-09-11 11:26:51 +08:00
parent 32bc0c4b95
commit 44e1ea9a06
15 changed files with 147 additions and 133 deletions

View File

@ -11,6 +11,7 @@ import { useChatStore } from '@/stores/modules/chat';
// 登录
export function goUserLogin(query?: any) {
// console.log('goUserLogin', router)
router.push({ name: 'UserLogin', query });
}