feat: 修改已知问题

This commit is contained in:
caijun
2026-01-27 09:00:58 +08:00
parent 46c351151b
commit 22d656889a
5 changed files with 132 additions and 13 deletions

View File

@@ -430,7 +430,7 @@
},
// 跳转待办
openToDoPage() {
uni.setStorageSync('fromNonTabBar', true);
uni.setStorageSync('fromNonTabBar', 1);
uni.switchTab({
url: '/pages/workFlow/flowTodo/index',
});