设备维修功能完成

This commit is contained in:
liub
2025-09-03 14:16:47 +08:00
parent 1eeb8e7f7c
commit f3c5e1924b
6 changed files with 1256 additions and 64 deletions

View File

@ -34,6 +34,7 @@ const service = axios.create({
// 请求拦截器
service.interceptors.request.use(
(config: InternalAxiosRequestConfig) => {
// 对应国际化资源文件后缀
config.headers['Content-Language'] = getLanguage();