|
|
@@ -823,7 +823,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'file-
|
|
|
Project.saveBaseInfo({}, project, function(data) {
|
|
|
$scope.project = data;
|
|
|
BaseService.scrollBackToTop();
|
|
|
- window.location.hash = '#/launchProject2';
|
|
|
+ window.location.hash = '#/launchProject/detail';
|
|
|
}, function(response) {
|
|
|
toaster.pop('error', '出现错误');
|
|
|
});
|
|
|
@@ -928,7 +928,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'file-
|
|
|
if (type) {
|
|
|
toaster.pop('success', '发布成功');
|
|
|
BaseService.scrollBackToTop();
|
|
|
- window.location.hash='#/launchProject3';
|
|
|
+ window.location.hash='#/launchProject/success';
|
|
|
} else {
|
|
|
toaster.pop('success', '保存成功');
|
|
|
window.location.hash='#/';
|