Quellcode durchsuchen

build: H5 - 增加请求日志

zhengxy vor 2 Jahren
Ursprung
Commit
3c06c0c95e

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
qwh5/dist/css/app.824fbbb0.css


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
qwh5/dist/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
qwh5/dist/js/app.55e08cfb.js


+ 2 - 0
qwh5/src/views/quickwordH5.vue

@@ -540,6 +540,8 @@ export default {
540 540
 
541 541
       if (options && options.isUserSop) { // sop类型添加参数
542 542
         params.type = 2
543
+      } else {
544
+        params.type = 1
543 545
       }
544 546
 
545 547
       ;(proxy as any).$axios.get("/api/h5/chatMenuPage/chatMessage", params, true).then((res) => {