本地开发跨域配置,版本信息页面接口对接Mock数据
This commit is contained in:
@@ -5,10 +5,10 @@ VITE_ENV = 'development'
|
||||
VITE_HOST = 'https://test.gitcode.net'
|
||||
|
||||
# 接口地址
|
||||
VITE_API_HOST = 'https://test.gitcode.net'
|
||||
VITE_API_HOST = '/official'
|
||||
|
||||
# devPress接口地址
|
||||
VITE_DEV_API_HOST = 'https://test.gitcode.net'
|
||||
VITE_DEV_API_HOST = '/official'
|
||||
|
||||
# devPress地址
|
||||
VITE_DEV_HOST = 'https://test.gitcode.net'
|
||||
|
||||
Reference in New Issue
Block a user