n20-common-lib 2.20.14 → 2.20.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.20.14",
3
+ "version": "2.20.15",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -123,8 +123,6 @@ function errorFn(status, msg, noMsg, isErr, res) {
123
123
 
124
124
  axios.interceptors.response.use(
125
125
  (res) => {
126
- res.status = 906
127
- console.log(res, 'res')
128
126
  let status = (res.data && res.data.code) || res.status
129
127
  if (Number(status) === 200) {
130
128
  return res