提交 68517998 编写于 作者: alex.zhang's avatar alex.zhang

外部用户展示之前内部用户固定展示的内容

上级 0133b6ef
......@@ -244,7 +244,9 @@ export default {
// this.getSlideData();
if (res.data.code == "yes") {
// 外部用户,siderbar只展示一个:学分发放管理页面
this.isOutsideUser = true;
// this.isOutsideUser = true;
//外部用户展示之前内部用户固定展示的内容
this.isOutsideUser = false;
this.$store.dispatch("cmeStore/updateOutUserStatus", true);
if (currentPath && currentPath == "/apply-detail") {
// 申请明细页面 则刷新时不重定向
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册