Эх сурвалжийг харах

feat: 配置信息错误静默提示

cuiyalong 1 сар өмнө
parent
commit
d88b1516ee
1 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 4 2
      src/store/order.js

+ 4 - 2
src/store/order.js

@@ -405,7 +405,8 @@ export default {
           }
           return productList
         } else {
-          showNotify({ message: msg })
+          // showNotify({ message: msg })
+          console.error(msg)
         }
         return []
       } catch (error) {
@@ -485,7 +486,8 @@ export default {
           commit('setConfInfo', { key: 'bigServiceInfo', value: data })
           return data
         } else {
-          showNotify({ message: msg })
+          // showNotify({ message: msg })
+          console.error(msg)
         }
       } catch (error) {
         commit('setLoadingState', { key: 'bigServiceInfo', value: false })