From 77a6f2fcfe4e7c5d77270fdc226ee6c0390d5599 Mon Sep 17 00:00:00 2001 From: lepdou Date: Fri, 6 May 2016 17:44:07 +0800 Subject: [PATCH] bugfix sync page back to config page --- .../static/scripts/controller/app/SyncConfigController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js b/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js index 190a947a6..8f521ea0f 100644 --- a/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js +++ b/apollo-portal/src/main/resources/static/scripts/controller/app/SyncConfigController.js @@ -114,7 +114,7 @@ sync_item_module.controller("SyncItemController", }; $scope.backToAppHomePage = function () { - $window.location.href = '/views/config.html?#appid=' + $scope.pageContext.appId; + $window.location.href = '/config.html?#appid=' + $scope.pageContext.appId; }; $scope.switchSelect = function (o) { -- GitLab