业务定制页面与跳转完善

This commit is contained in:
2025-12-18 11:52:33 +08:00
parent 69fdcabcac
commit dc331b63a5
12 changed files with 380 additions and 267 deletions

View File

@@ -273,7 +273,7 @@ export default function ScenePage(props: ScenePageConfig) {
</div>
<Button
className="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-md w-fit"
onClick={() => router.push('/customized')}
onClick={() => router.push('/custom')}
>
</Button>