Sfoglia il codice sorgente

console:js跳转修改

dongbw 8 anni fa
parent
commit
9361f04e83

+ 2 - 2
donate-console/src/main/webapp/resources/js/index/app.js

@@ -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='#/';