|
|
@@ -745,7 +745,7 @@ const handleQuickAccessCommand = (command: string) => {
|
|
|
let ua2 = navigator.userAgent.toLowerCase();
|
|
|
let isMobile = ua2.indexOf("dingtalk") > -1;
|
|
|
const routeMap: Record<string, string> = {
|
|
|
- "todo-oa": "/todo-list?type=oa",
|
|
|
+ "todo-oa": "/mobile-todo-list?type=oa",
|
|
|
"todo-crm": "/crm-todo-list?type=crm",
|
|
|
"done-oa": "/oa-done-list?type=oa",
|
|
|
"done-crm": "/crm-done-list?type=crm",
|