Browse Source

build: H5 - 增加请求日志

zhengxy 2 years ago
parent
commit
3c06c0c95e

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/app.824fbbb0.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.55e08cfb.js


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

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