apps/taro/src/subpackages/my/applyAgent/applyAgent.vue
@@ -15,10 +15,15 @@ <script setup lang="ts"> import { PageLayout } from '@/components'; import { RouterPath } from '@/constants'; defineOptions({ name: 'applyAgent', }); function handleSubmit() {} function handleSubmit() { RouteHelper.navigateTo({ url: RouterPath.applyResult, }); } </script>