Commit 5b9dbbdf authored by 赵啸非's avatar 赵啸非

修改内部系统访问地址

parent 26c1a7cf
......@@ -41,8 +41,8 @@ instance.interceptors.request.use(
if (config.url.startsWith("/")) {
// 字符串以 / 开头
config.url = `http://112.19.80.237:11080${baseURL}${config.url}`;
// config.url = `http://${hostname}:${port}${baseURL}${config.url}`;
//config.url = `http://112.19.80.237:11080${baseURL}${config.url}`;
config.url = `http://${hostname}:${port}${baseURL}${config.url}`;
}
//config.url = `http://${hostname}:${port}${baseURL}/${config.url}`;
......
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