态势感知平台-生产环境接口上下文修改

This commit is contained in:
fmk1023
2026-01-26 18:24:09 +08:00
parent d62710e910
commit 9fd93c460c
2 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@ VITE_ENV = 'production'
VITE_HOST = 'http://222.20.126.217:10010/SAP'
# 接口地址
VITE_API_HOST = '/'
VITE_API_HOST = 'http://222.20.126.217:8100/'
# devPress接口地址
VITE_DEV_API_HOST = '/'
VITE_DEV_API_HOST = 'http://222.20.126.217:8100/'
# devPress地址
VITE_DEV_HOST = 'https://gitcode.com'