Source/plt-web/plt-web-ui/src/router/avue-router.js
@@ -57,7 +57,6 @@ }, //处理路由 getPath: function (params) { console.log('params',params) let {src} = params; let result = src || '/'; if (isURL(src)) { @@ -99,10 +98,10 @@ // 设置 props默认值 作用就是将字段设置成配置的 const propsDefault = { label: propsConfig.label || 'name', path: 'code', code: 'code', path: propsConfig.path, code: 'id',//取唯一标识 pathValue: 'pathValue', icon: propsConfig.icon || 'icon', icon: propsConfig.icon || 'source', children: propsConfig.children || 'children', meta: propsConfig.meta || 'meta', }