|
@@ -86,7 +86,7 @@ define(['app/app'], function(app) {
|
|
|
HelpIssue.update({}, $scope.issue, function (data) {
|
|
|
toaster.pop('success', '保存成功');
|
|
|
$state.go('helpPublish');
|
|
|
- window.location.href ='admin_n#/help/publish';
|
|
|
+ window.location.href ='admin#/help/publish';
|
|
|
}, function(response) {
|
|
|
toaster.pop('error', response.data);
|
|
|
});
|
|
@@ -111,7 +111,7 @@ define(['app/app'], function(app) {
|
|
|
HelpIssue.publish({}, $scope.issue, function (data) {
|
|
|
toaster.pop('success', '发布成功');
|
|
|
$state.go('helpPublish');
|
|
|
- window.location.href = 'admin_n#/help/publish';
|
|
|
+ window.location.href = 'admin#/help/publish';
|
|
|
}, function(response) {
|
|
|
toaster.pop('error', response.data);
|
|
|
});
|