feat: change api address
This commit is contained in:
parent
335421c423
commit
59eae74619
@ -13,9 +13,9 @@ VITE_BUILD_COMPRESS = 'gzip'
|
||||
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
||||
|
||||
# 基础页面地址,例如 swagger 等页面
|
||||
VITE_GLOB_BASE_URL = "http://47.99.175.155:48080"
|
||||
VITE_GLOB_BASE_URL = "https://wmyun.com"
|
||||
# 接口地址 可以由nginx做转发或者直接写实际地址
|
||||
VITE_GLOB_API_URL = http://47.99.175.155/admin-api
|
||||
VITE_GLOB_API_URL = https://wmyun.com/admin-api
|
||||
|
||||
# 接口地址前缀,有些系统所有接口地址都有前缀,可以在这里统一加,方便切换
|
||||
VITE_GLOB_API_URL_PREFIX =
|
||||
|
Loading…
Reference in New Issue
Block a user