🔧 修改 api 前缀.

This commit is contained in:
lijiahang
2024-05-16 13:53:03 +08:00
parent 9a7437e8db
commit 89d9cd4c25
7 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
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_API_BASE_URL= 'http://127.0.0.1:9200/orion-visor/api'
VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion-visor/keep-alive'
VITE_APP_VERSION= '1.1.0'
VITE_SFTP_PREVIEW_MB= 2