|
@@ -90,15 +90,6 @@ 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=`
|
|
|
- // ),
|
|
|
- // '------------'
|
|
|
- // )
|
|
|
-
|
|
|
return replaceStringInObject(
|
|
|
res,
|
|
|
'https://zf-mall-test.oss-cn-shenzhen.aliyuncs.com/',
|