Browse Source

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

cuiyalong 1 tháng trước cách đây
mục cha
commit
d88b1516ee
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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 })