Commit 0c3a7d93 authored by 赵啸非's avatar 赵啸非

修改部门新增

parent 7782175d
...@@ -32,7 +32,7 @@ instance.interceptors.request.use(config => { ...@@ -32,7 +32,7 @@ instance.interceptors.request.use(config => {
// 动态修改请求地址 // 动态修改请求地址
config.url = `http://${hostname}:${port}${baseURL}${config.url}`; config.url = `http://${hostname}:${port}${baseURL}/${config.url}`;
//config.data = Qs.stringify(config.data, {arrayFormat: 'repeat', allowDots: true}); //config.data = Qs.stringify(config.data, {arrayFormat: 'repeat', allowDots: true});
//config.data = Qs.stringify(config.data, {arrayFormat: 'indices', allowDots: true}); //config.data = Qs.stringify(config.data, {arrayFormat: 'indices', allowDots: true});
//brackets //brackets
......
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