后台页面跳转时保存上一页状态,同时增加返回按钮

This commit is contained in:
virusdefender
2015-08-17 16:33:05 +08:00
parent 3385ddce18
commit ce5b0804b9
6 changed files with 140 additions and 36 deletions

View File

@@ -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");