|
|
@@ -10,6 +10,7 @@ define(['app/app'], function (app) {
|
|
|
function ($scope, $rootScope, ngTableParams, BaseService,
|
|
|
ShippingAddress, $modal, Enterprise, User, toaster, $http,
|
|
|
$stateParams) {
|
|
|
+ document.title = '账户管理-优软商城';
|
|
|
$rootScope.active = 'account_manager';
|
|
|
$scope.tab = 'base';
|
|
|
$scope.userInfo = $rootScope.userInfo;
|