wangxiaogang 3 жил өмнө
parent
commit
21ad3f71f9

+ 1 - 1
src/web/staticres/public-pc/js/pc-bottom.js

@@ -77,7 +77,7 @@ var kfType = {}
 function kfContact() {
   /* 客服咨询 */
   $.post({
-    url: '/message/obtainShunt',// 分流
+    url: '/jyapi/message/obtainShunt',// 分流
     type: 'POST',
     data: JSON.stringify({type: 'PC'}),
     contentType: 'application/json',