打通接口请求

This commit is contained in:
MaxShen
2025-03-18 15:43:07 +08:00
parent ff6e140045
commit df28f4799a
3 changed files with 11 additions and 5 deletions

View File

@@ -5,10 +5,10 @@ VITE_ENV = 'development'
VITE_HOST = 'https://test.gitcode.net'
# 接口地址
VITE_API_HOST = '/official'
VITE_API_HOST = '/gateway/official'
# devPress接口地址
VITE_DEV_API_HOST = '/official'
VITE_DEV_API_HOST = '/gateway/official'
# devPress地址
VITE_DEV_HOST = 'https://test.gitcode.net'