diff --git a/src/main/ui/manage.html b/src/main/ui/manage.html index abec3c402..97ba2811f 100644 --- a/src/main/ui/manage.html +++ b/src/main/ui/manage.html @@ -136,227 +136,232 @@ margin-bottom: 10%;"/>

To Be The Best QRCode Payment Service Provider!

-
- -
-
-
+
+ + +
+
+ +
+ -
-
- - -
- - -
- -
- + -

Account Manager

- -
-
- - -
- - -
- - -
- - -
- - -
- - -
- -
- +
+
-

Director

- +
+
+
+ + Copyright © 2015-2017 RoyalPay. All rights + reserved. +
-
-
-
- Copyright © 2015-2017 RoyalPay. All rights - reserved. -
-
-
- -
+ diff --git a/src/main/ui/static/boot/managerMainApp.js b/src/main/ui/static/boot/managerMainApp.js index 5c25c5a3f..ee3b4db64 100644 --- a/src/main/ui/static/boot/managerMainApp.js +++ b/src/main/ui/static/boot/managerMainApp.js @@ -17,8 +17,14 @@ define(['angular', 'angularSanitize', 'angularAnimate', 'angularMessages', 'uiRo }]); app.controller('managerIndexCtrl', ['$scope', '$rootScope', '$http', '$log', '$timeout', '$interval', '$uibModal', '$filter', 'myLoginLogView', 'commonDialog', function ($scope, $rootScope, $http, $log, $timeout, $interval, $uibModal, $filter, myLoginLogView, commonDialog) { - $scope.headerDisplay = false; - $scope.copyright = false; + if (window.location.hash == "" || window.location.hash == "#/") { + $scope.headerDisplay = false; + $scope.copyright = false; + }else{ + $scope.headerDisplay = true; + $scope.copyright = true; + } + $scope.headerShow = function () { $scope.headerDisplay = true;