更新开发环境和生产环境的API服务地址,统一后端服务配置,移除不再使用的服务实例,优化请求模块以使用统一的请求方法,调整相关接口以提高代码一致性和可读性。

This commit is contained in:
2026-04-01 15:45:39 +08:00
parent d9b4a012ee
commit e6d75c6660
21 changed files with 200 additions and 206 deletions

View File

@@ -4,5 +4,5 @@ ENV = 'production'
# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可
VITE_PUBLIC_PATH = '/sys/'
# 线上环境接口地址
# 统一服务地址端口8000
VITE_API_URL = '/'