huangxiaojing 3 年之前
父节点
当前提交
cf5437941e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      microserviceUserH5/vcloud/register.html

+ 1 - 1
microserviceUserH5/vcloud/register.html

@@ -251,7 +251,7 @@
         url: baseUrl + '/api/user/v5/operateApi/addUserVisit',
         url: baseUrl + '/api/user/v5/operateApi/addUserVisit',
         type: 'post',
         type: 'post',
         data: JSON.stringify({ "accessType": 2, "loginType": 2 }),
         data: JSON.stringify({ "accessType": 2, "loginType": 2 }),
-        dataType: 'json',
+        dataType: 'text',
         success: function () {
         success: function () {
         }
         }
       })
       })