|
@@ -6,7 +6,7 @@ const service = axios.create({
|
|
|
// 默认请求地址,根据环境的不同可在.env 文件中进行修改
|
|
|
// baseURL: import.meta.env.VUE_APP_BASE_
|
|
|
// baseURL: "http://192.168.123.216:8001",
|
|
|
- baseURL: "http://localhost:8001",
|
|
|
+ baseURL: "http://localhost:8001/api",
|
|
|
// 设置接口访问超时时间
|
|
|
timeout: 3000000, // request timeout,
|
|
|
// 跨域时候允许携带凭证
|