🚀 修改生产环境 api 路径.

This commit is contained in:
lijiahangmax
2024-02-25 00:17:33 +08:00
parent 3ee0037bc7
commit a4e884658b
10 changed files with 42 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion-api'
VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion/api'
VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion/keep-alive'
VITE_APP_VERSION= '1.0.0'
VITE_SFTP_PREVIEW_MB= 2