| | |
| | | |
| | | <script setup lang="ts"> |
| | | import Taro from '@tarojs/taro'; |
| | | import { TaskDetailWelfareItem } from '@12333/components'; |
| | | import { TaskDetailWelfareItem, Cell, CellChunk } from '@12333/components'; |
| | | import { RouterPath } from '@/constants'; |
| | | import IconAcceptManage from '@/assets/workbenches/icon-accept-manage.png'; |
| | | import IconFlexjobManage from '@/assets/workbenches/icon-flexjob-manage.png'; |
| | |
| | | }); |
| | | |
| | | const goPage = useAccessLogin((routeName: string) => { |
| | | console.log('routeName: ', routeName); |
| | | Taro.navigateTo({ |
| | | url: routeName, |
| | | }); |