Commit 33c4df42 authored by lepdou's avatar lepdou

Merge pull request #177 from lepdou/bugfix

bugfix sync page back to config page
parents d259b376 77a6f2fc
...@@ -114,7 +114,7 @@ sync_item_module.controller("SyncItemController", ...@@ -114,7 +114,7 @@ sync_item_module.controller("SyncItemController",
}; };
$scope.backToAppHomePage = function () { $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) { $scope.switchSelect = function (o) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment