yuxc
2024-05-31 9872990cb2b6da7e0a66a3b31cc65f7fbaa50df9
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);
    }