提交 6906c591 authored 作者: 钟是志's avatar 钟是志

24612 评定报告,图片没有显示【包括打印页面】202114630107

上级 0c2bfd13
......@@ -141,24 +141,8 @@ export const getOneStopMyInfo = (params = {}) => {
export function getOneStopActiveMenus(key) {
return new Promise((resolve, reject) => {
const pathList = {
'/xg/stundents_record/': [ // 一级
{
level: 3,
path: '/xg/stundents_record/student/asdasd/45380948502989040823094',
locale: '查询类页面',
component: 'CheckRecord',
authority: [this.path],
exact: true
},
],
};
setOneStopActiveMenusConfig(pathList);
if (key && pathList[key]) {
resolve(pathList[key]);
} else {
resolve(false);
}
setOneStopActiveMenusConfig('');
resolve(true);
});
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论