Selaa lähdekoodia

feat:接口加前缀

wangxiaogang 3 vuotta sitten
vanhempi
commit
21ad3f71f9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/web/staticres/public-pc/js/pc-bottom.js

+ 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',