打包配置优化

This commit is contained in:
BianLzhaoMin 2024-09-19 13:55:22 +08:00
parent 604f81aaf0
commit 946c4f0451
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ axios.defaults.timeout = 30000
// 默认配置
// axios.defaults.baseURL = process.env.API_ROOT;
axios.defaults.baseURL = 'http://112.29.103.165:21626/bigScreen'
axios.defaults.baseURL = 'http://192.168.0.56:21627/bigScreen'
axios.interceptors.request.use(
(config) => {