|
|
|
@ -15,6 +15,9 @@ 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) {
|
|
|
|
|
$http.get('/sysconfig/base').then(function (resp) {
|
|
|
|
|
$rootScope.sysParams = resp.data;
|
|
|
|
|
});
|
|
|
|
|
var stompClient = null;
|
|
|
|
|
$scope.loadCurrentUser = function () {
|
|
|
|
|
$http.get('/global/userstatus/current_manager').then(function (resp) {
|
|
|
|
|