|
|
@@ -123,7 +123,7 @@ define(['app/app'], function(app) {
|
|
|
HelpIssue.deleteById({id : $scope.issue.id},function (data) {
|
|
|
toaster.pop('success', '删除成功');
|
|
|
$state.go('helpPublish');
|
|
|
- window.location.href = 'admin/help/publish';
|
|
|
+ window.location.href = 'admin#/help/publish';
|
|
|
}, function(response) {
|
|
|
toaster.pop('error', response.data);
|
|
|
})
|