| | |
| | | "name": "验收详情", |
| | | "pathName": "subpackages/task/taskCheckDetail/taskCheckDetail", |
| | | "query": "id=b0e79981-56d5-4730-83e7-08de1d1fb9dd", |
| | | "scene": null, |
| | | "launchMode": "default" |
| | | "launchMode": "default", |
| | | "scene": null |
| | | }, |
| | | { |
| | | "name": "提交验收", |
| | |
| | | export default defineAppConfig({ |
| | | entryPagePath: 'pages/workbenches/workbenches', |
| | | pages: ['pages/workbenches/workbenches', 'pages/publish/publish', 'pages/mine/index'], |
| | | pages: ['pages/workbenches/workbenches', 'pages/mine/index'], |
| | | requiredPrivateInfos: ['getLocation', 'chooseLocation'], |
| | | permission: { |
| | | 'scope.userLocation': { |
| | |
| | | iconPath: 'assets/tabbar/icon-task.png', |
| | | selectedIconPath: 'assets/tabbar/icon-task-active.png', |
| | | text: '工作台', |
| | | }, |
| | | { |
| | | pagePath: 'pages/publish/publish', |
| | | iconPath: 'assets/tabbar/icon-publish.png', |
| | | selectedIconPath: 'assets/tabbar/icon-publish.png', |
| | | text: '发布', |
| | | }, |
| | | { |
| | | pagePath: 'pages/mine/index', |
| | |
| | | { |
| | | root: 'subpackages/task', |
| | | pages: [ |
| | | // 'publishTask/publishTask', |
| | | 'publishTask/publishTask', |
| | | 'taskCheck/taskCheck', |
| | | 'taskCheckDetail/taskCheckDetail', |
| | | 'taskCheckedDetail/taskCheckedDetail', |
| | |
| | | |
| | | .bottom-tab-item-text { |
| | | margin-top: 50px; |
| | | position: relative; |
| | | bottom: -14px; |
| | | } |
| | | |
| | | .bottom-tab-item-img-publish { |
| | |
| | | import { useSystemStore } from '@/stores/modules/system'; |
| | | import { storeToRefs } from 'pinia'; |
| | | import { TabBarPageRouter } from '@/constants'; |
| | | // import IconPublish from '@/assets/tabbar/icon-publish.png'; |
| | | import IconPublish from '@/assets/tabbar/icon-publish.png'; |
| | | import { useUser, useIsLogin } from '@/hooks'; |
| | | import { Message } from '@12333/utils'; |
| | | |
| | |
| | | |
| | | return; |
| | | } |
| | | // Taro.navigateTo({ |
| | | // url: RouterPath.pulishCircleFriend, |
| | | // }); |
| | | Taro.navigateTo({ |
| | | url: RouterPath.publishTask, |
| | | }); |
| | | } |
| | | |
| | | return () => { |
| | |
| | | onClick={switchTab} |
| | | index={0} |
| | | ></TarBarItem> |
| | | <TarBarItem |
| | | text="发布" |
| | | icon="../assets/tabbar/icon-publish.png" |
| | | activeIcon="../assets/tabbar/icon-publish.png" |
| | | pagePath={TabBarPageRouter.Publish} |
| | | currentPath={_router.path} |
| | | active={system.activeTab === 1} |
| | | className="task" |
| | | onClick={switchTab} |
| | | index={1} |
| | | ></TarBarItem> |
| | | <div class="bottom-tab-item publish-wrapper" onClick={goPublish}> |
| | | <img class="bottom-tab-item-img-publish" src={IconPublish} /> |
| | | <div class="bottom-tab-item-text">发布</div> |
| | | </div> |
| | | <TarBarItem |
| | | text="我的" |
| | | icon="../assets/tabbar/icon-mine.png" |