浏览代码

build: H5 - 增加请求日志

zhengxy 2 年之前
父节点
当前提交
3c06c0c95e
共有 4 个文件被更改,包括 5 次插入3 次删除
  1. 1 1
      qwh5/dist/css/app.824fbbb0.css
  2. 1 1
      qwh5/dist/index.html
  3. 1 1
      qwh5/dist/js/app.55e08cfb.js
  4. 2 0
      qwh5/src/views/quickwordH5.vue

文件差异内容过多而无法显示
+ 1 - 1
qwh5/dist/css/app.824fbbb0.css


文件差异内容过多而无法显示
+ 1 - 1
qwh5/dist/index.html


文件差异内容过多而无法显示
+ 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) => {