mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-09 08:57:14 +08:00
chore: 更新 prod API 配置
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
# 环境变量 (命名必须以 VITE_ 开头)
|
||||
|
||||
# 是否在打包时启用 Mock
|
||||
VITE_BUILD_MOCK = true
|
||||
|
||||
# 接口前缀
|
||||
VITE_API_PREFIX = '/api'
|
||||
VITE_BUILD_MOCK = false
|
||||
|
||||
# 接口地址
|
||||
VITE_API_BASE_URL = 'http://localhost:18000'
|
||||
VITE_API_BASE_URL = 'https://api.continew.top'
|
||||
|
||||
# 地址前缀
|
||||
VITE_BASE = '/'
|
Reference in New Issue
Block a user