Forráskód Böngészése

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

wangcz 6 éve
szülő
commit
726ff3913b

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