|
|
@@ -109,7 +109,7 @@ define([ 'app/app' ], function(app) {
|
|
|
$scope.ssoUrl = data.data == 'success' ? 'https://sso.ubtob.com' : 'http://192.168.253.6:32323';
|
|
|
$scope.uasUrl = data.data == 'success' ? 'http://uas.ubtob.com' : 'http://192.168.253.12:9000/b2b-test';
|
|
|
$scope.commonUrl = data.data == 'success' ? 'https://api-inquiry.usoftmall.com' : 'http://218.17.158.219:24000';
|
|
|
- // 询价信息(刘)
|
|
|
+ // 询价信息
|
|
|
$http({
|
|
|
method: 'get',
|
|
|
dataType: 'json',
|
|
|
@@ -120,7 +120,7 @@ define([ 'app/app' ], function(app) {
|
|
|
}).error(function () {
|
|
|
toaster.pop('error', '获取未处理审批数据失败');
|
|
|
});
|
|
|
- // 新增企业用户数(1)
|
|
|
+ // 新增企业用户数
|
|
|
$http({
|
|
|
method: 'get',
|
|
|
dataType: 'json',
|
|
|
@@ -131,7 +131,7 @@ define([ 'app/app' ], function(app) {
|
|
|
}).error(function () {
|
|
|
toaster.pop('error', '获取未处理审批数据失败');
|
|
|
});
|
|
|
- // 新增个人用户(1)
|
|
|
+ // 新增个人用户
|
|
|
$http({
|
|
|
method: 'get',
|
|
|
dataType: 'json',
|
|
|
@@ -142,7 +142,7 @@ define([ 'app/app' ], function(app) {
|
|
|
}).error(function () {
|
|
|
toaster.pop('error', '获取未处理审批数据失败');
|
|
|
});
|
|
|
- // 半年未登录用户数(1)
|
|
|
+ // 半年未登录用户数
|
|
|
$http({
|
|
|
method: 'get',
|
|
|
dataType: 'json',
|