处理设计平台菜单栏显示的问题

This commit is contained in:
joylink_cuiweidong 2019-10-09 14:56:32 +08:00
parent bb9cfc965d
commit 28ca25b822
2 changed files with 2 additions and 1 deletions

View File

@ -387,6 +387,7 @@ export const asyncRouter = [
{
path: '/design',
component: Layout,
redirect: '/design/home',
meta: {
roles: [admin, user, userDesign]
},

View File

@ -194,7 +194,7 @@
// }
case 'mapDesign': {
// this.resize();
this.$router.push({ path: `${UrlConfig.designUser.mapDraw}/${obj.mapId}/draft`, query: { name: this.mapName } });
this.$router.push({ path: `${UrlConfig.designUser.mapDraw}/${obj.mapId}/draft`, query: { name: obj.mapName } });
break;
}
// case 'lessonDesign': {