mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-02 04:07:42 +08:00
DoraCMS V1.1.1版本更新
This commit is contained in:
parent
e62deb1f5c
commit
59d2e7ee9b
@ -949,7 +949,7 @@ doraApp.controller("addNotice",['$scope','$http','pageData','getItemService',fun
|
||||
// 添加新公告
|
||||
$scope.processForm = function(isValid){
|
||||
angularHttpPost($http,isValid,getTargetPostUrl($scope,pageData.bigCategory),$scope.formData,function(data){
|
||||
window.location = "/admin/manage/noticeManage/m/adminNotice";
|
||||
window.location = "/admin/manage/systemNotice";
|
||||
});
|
||||
}
|
||||
}]);
|
||||
|
Loading…
Reference in New Issue
Block a user