yuxc
2024-04-25 cc077973898450d7bbb3d24717a36f166f22f38c
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);
    }