田源
2024-04-11 76ef266068b240c93ebb174733c068d15829f310
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);
    }