月工资计算,产品详情页补充

This commit is contained in:
朱昊天
2026-04-20 18:47:36 +08:00
parent 3ae6403bd3
commit 2e7a50bf64
15 changed files with 660 additions and 20 deletions

View File

@@ -17,7 +17,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分
baseURL: import.meta.env.VITE_APP_BASE_API,
// 超时
timeout: 10000
timeout: 30000
})
// request拦截器