增加路由模式配置项
This commit is contained in:
@ -95,7 +95,7 @@
|
||||
const selectedKeys = ref(['ToDoTasks']);
|
||||
const query = unref(currentRoute).query;
|
||||
let id = 'ToDoTasks';
|
||||
const lHash = location.hash;
|
||||
const lHash = location.hash||location.pathname;
|
||||
if (lHash.indexOf('/draft') > 0) {
|
||||
id = 'Drafts';
|
||||
} else if (lHash.indexOf('/myProcess') > 0) {
|
||||
|
||||
Reference in New Issue
Block a user