fix browser

This commit is contained in:
jxxghp
2023-06-29 21:43:43 +08:00
parent 76cd494bdf
commit f88b70ce56
7 changed files with 10 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import axios from 'axios'
// 创建axios实例
const api = axios.create({
baseURL: 'http://localhost:3001/api/v1',
baseURL: 'http://localhost:3001/api/v1/',
})
// 添加请求拦截器