Selaa lähdekoodia

build: PC & H5

zhengxy 2 vuotta sitten
vanhempi
commit
5a0c4ace14

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/app.5af84a59.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.0aca4b90.js


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

@@ -355,7 +355,6 @@ export default {
355 355
     const handleGetIsShowUserSop = async () => {
356 356
       // let external_userid: any = configInfo.external_userid
357 357
       let USER_SOP = localStorage.getItem('USER_SOP') || ''
358
-      Toast('USER_SOP => ' + USER_SOP) // mock
359 358
       if (USER_SOP) {
360 359
         // USER_SOP = JSON.parse(USER_SOP)
361 360
         // console.log('USER_SOP => ', USER_SOP)
@@ -367,7 +366,6 @@ export default {
367 366
         if (msgList && Array.isArray(msgList)) { // 有当前联系人对应的sop数据
368 367
           userSopList.value = msgList.map(item => item.content)
369 368
           isShowUserSop.value = true
370
-          Toast('isShowUserSop => ' + isShowUserSop.value) // mock
371 369
         } else {
372 370
           isShowUserSop.value = false
373 371
         }
@@ -544,9 +542,7 @@ export default {
544 542
         params.type = 2
545 543
       }
546 544
 
547
-      Toast('params => ' + JSON.stringify(params)) // mock
548 545
       ;(proxy as any).$axios.get("/api/h5/chatMenuPage/chatMessage", params, true).then((res) => {
549
-        Toast('res => ' + JSON.stringify(res)) // mock
550 546
         if(res&&res.errno=='0'){
551 547
             overshow.value = false;
552 548
           let res_new = res.rst.data