Commit 2a8cd11f authored by 郭志伟's avatar 郭志伟

Merge branch 'fix/goods' into 'master'

fix: 测试接口字段移除

See merge request !181
parents 3ccd4f61 21687474
...@@ -57,9 +57,6 @@ axios.interceptors.request.use( ...@@ -57,9 +57,6 @@ axios.interceptors.request.use(
pending[config.url]("取消重复请求"); pending[config.url]("取消重复请求");
} }
config.cancelToken = new CancelToken(c => (pending[config.url] = c)); config.cancelToken = new CancelToken(c => (pending[config.url] = c));
// ! 上线需要删掉
// eslint-disable-next-line
// config.baseURL = baseUrl || config.baseURL;
// 添加token // 添加token
const token = localStorage.get("mongoToken"); const token = localStorage.get("mongoToken");
if (token) { if (token) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment