更新开发环境和生产环境的API服务地址,统一后端服务配置,移除不再使用的服务实例,优化请求模块以使用统一的请求方法,调整相关接口以提高代码一致性和可读性。
This commit is contained in:
@@ -4,5 +4,5 @@ ENV = 'production'
|
||||
# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可
|
||||
VITE_PUBLIC_PATH = '/sys/'
|
||||
|
||||
# 线上环境接口地址
|
||||
# 统一服务地址(端口8000)
|
||||
VITE_API_URL = '/'
|
||||
|
||||
Reference in New Issue
Block a user