5 lines
307 B
Plaintext
5 lines
307 B
Plaintext
# 公网:用户通过 https 打开前端时,API 须为浏览器可访问的 https 地址(经 Nginx 反代的中心)
|
||
VITE_CENTRAL_API_URL=https://monitor.api.shumengya.top
|
||
#
|
||
# 若静态站仅内网 http 部署,请改为 http://内网中心IP:9393 后再 npm run build(勿与混合内容冲突)
|