|
@@ -90,14 +90,14 @@ service.interceptors.response.use(
|
|
|
}
|
|
|
return Promise.reject(new Error(res.message || 'Error'))
|
|
|
} else {
|
|
|
- console.log(
|
|
|
- replaceStringInObject(
|
|
|
- res,
|
|
|
- 'https://zf-mall-test.oss-cn-shenzhen.aliyuncs.com/',
|
|
|
- `${process.env.VUE_APP_BASE_API}img/get?key=`
|
|
|
- ),
|
|
|
- '------------'
|
|
|
- )
|
|
|
+ // console.log(
|
|
|
+ // replaceStringInObject(
|
|
|
+ // res,
|
|
|
+ // 'https://zf-mall-test.oss-cn-shenzhen.aliyuncs.com/',
|
|
|
+ // `${process.env.VUE_APP_BASE_API}img/get?key=`
|
|
|
+ // ),
|
|
|
+ // '------------'
|
|
|
+ // )
|
|
|
|
|
|
return replaceStringInObject(
|
|
|
res,
|