fix bug
This commit is contained in:
@@ -171,7 +171,7 @@ RouterPlugin.install = function (option = {}) {
|
||||
export const formatPath = (ele, first) => {
|
||||
const propsDefault = website.menu;
|
||||
const icon = ele[propsDefault.icon];
|
||||
ele[propsDefault.icon] = !icon ? propsDefault.iconDefault : icon;
|
||||
ele[propsDefault.icon] = icon || '';
|
||||
ele.meta = {
|
||||
keepAlive: ele.isOpen === 2,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user