|
@@ -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 })
|