后台页面跳转时保存上一页状态,同时增加返回按钮
This commit is contained in:
@@ -167,6 +167,9 @@ require(["jquery", "avalon", "editor", "uploader", "bsAlert", "csrfToken", "tagE
|
||||
if (item.visible)
|
||||
return "折叠";
|
||||
return "展开";
|
||||
},
|
||||
showProblemListPage: function(){
|
||||
vm.$fire("up!showProblemListPage");
|
||||
}
|
||||
});
|
||||
var hintEditor = editor("#hint");
|
||||
|
||||
Reference in New Issue
Block a user