任务统一改成岗位

This commit is contained in:
18500206848
2024-04-25 19:39:11 +08:00
parent 3e01893ef7
commit 9642c98111
13 changed files with 21 additions and 21 deletions

View File

@@ -191,8 +191,8 @@ export default {
// }
console.log(item.data)
// 任务推送、岗位推送、政策推送
if (item.title == '任务申请') {
console.log('任务申请')
if (item.title == '岗位申请') {
console.log('岗位申请')
uni.navigateTo({
url: './taskProjectList'
})