修改任务设置页面

This commit is contained in:
2024-12-11 16:16:07 +08:00
parent fe40f07d89
commit d1e25e9545
3 changed files with 69 additions and 48 deletions

11
src/views/renwu/data.js Normal file
View File

@@ -0,0 +1,11 @@
export const $renwuType={
1:'一次性任务',
2:'普通任务',
3:'打卡任务',
9:'其他',
}
export const $jumpType={
1:'内部路径',
2:'外部路径',
3:'内部tabbar页面',
}