Browse Source

rel: 处理BUG

wangcz 6 years ago
parent
commit
82c8ca0c45

+ 1 - 1
src/main/webapp/resources/js/admin/controllers/help/HelpDetailCtrl.js

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