mqtt
This commit is contained in:
parent
90380df8cd
commit
952315e6fb
|
|
@ -1,8 +1,8 @@
|
||||||
# 开发环境标识(Vite 内置变量,无需修改)
|
# 开发环境标识(Vite 内置变量,无需修改)
|
||||||
NODE_ENV = development
|
NODE_ENV = development
|
||||||
|
|
||||||
# 开发环境接口基础地址(对应你配置的 https://adminapi.nplus.top/api)
|
# 开发环境接口基础地址(对应你配置的 https://adminapi.apimcapital.top/api)
|
||||||
VITE_API_BASE_URL = https://adminapi.nplus.top/api
|
VITE_API_BASE_URL = https://adminapi.apimcapital.top/api
|
||||||
|
|
||||||
# 请求超时时间(毫秒)
|
# 请求超时时间(毫秒)
|
||||||
VITE_REQUEST_TIMEOUT = 10000
|
VITE_REQUEST_TIMEOUT = 10000
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
NODE_ENV = production
|
NODE_ENV = production
|
||||||
|
|
||||||
# 生产环境接口基础地址
|
# 生产环境接口基础地址
|
||||||
VITE_API_BASE_URL = https://adminapi.nplus.top/api
|
VITE_API_BASE_URL = https://adminapi.apimcapital.top/api
|
||||||
|
|
||||||
# 请求超时时间(毫秒)
|
# 请求超时时间(毫秒)
|
||||||
VITE_REQUEST_TIMEOUT = 10000
|
VITE_REQUEST_TIMEOUT = 10000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue