소스 검색

pref: 修改新的帐户中心地址

wangcz 6 년 전
부모
커밋
726ff3913b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jpress-web-template-mallcms/src/main/webapp/templates/mallcms/assets/js/index.js

+ 2 - 2
jpress-web-template-mallcms/src/main/webapp/templates/mallcms/assets/js/index.js

@@ -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) {