Source/ProjectWeb/src/store/modules/user.js
@@ -37,7 +37,9 @@ item.pathValue = item.path; item.path = '/' + item.code; item.query = {}; // 初始化 item.query item.query = queryStringToObject(item.pathValue) if(item.pathValue.indexOf('?')!=-1) { item.query = queryStringToObject(item.pathValue) } if (item.children && item.children.length > 0) { updateCode(item.children); }