|
|
@@ -220,7 +220,7 @@ $(function () {
|
|
|
// 企业用户数量
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
- url: "https://ssorest.usoftchina.cn/api/enterprise/total/get",
|
|
|
+ url: "https://ssorest.usoftchina.com/api/enterprise/total/get",
|
|
|
dataType: "json",
|
|
|
success: function (data) {
|
|
|
if(data.entTotal) {
|
|
|
@@ -237,7 +237,7 @@ $(function () {
|
|
|
// 个人用户数量
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
- url: "https://ssorest.usoftchina.cn/api/user/total/get",
|
|
|
+ url: "https://ssorest.usoftchina.com/api/user/total/get",
|
|
|
dataType: "json",
|
|
|
success: function (data) {
|
|
|
if(data.userTotal) {
|