瀏覽代碼

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

cuiyalong 1 月之前
父節點
當前提交
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
           return productList
         } else {
         } else {
-          showNotify({ message: msg })
+          // showNotify({ message: msg })
+          console.error(msg)
         }
         }
         return []
         return []
       } catch (error) {
       } catch (error) {
@@ -485,7 +486,8 @@ export default {
           commit('setConfInfo', { key: 'bigServiceInfo', value: data })
           commit('setConfInfo', { key: 'bigServiceInfo', value: data })
           return data
           return data
         } else {
         } else {
-          showNotify({ message: msg })
+          // showNotify({ message: msg })
+          console.error(msg)
         }
         }
       } catch (error) {
       } catch (error) {
         commit('setLoadingState', { key: 'bigServiceInfo', value: false })
         commit('setLoadingState', { key: 'bigServiceInfo', value: false })