类型:开发

描述:
This commit is contained in:
2025-07-21 16:17:18 +08:00
parent 721cb76057
commit a36a86732e
8 changed files with 880 additions and 113 deletions

View File

@@ -1,7 +1,7 @@
export const baseUrl = 'http://192.168.77.209:81'
export const baseUrl = 'http://127.0.0.1:81'
export const proBaseUrl = 'http://192.168.77.200'
export const socketBaseUrl = 'ws://192.168.77.209:81/fjtcc-api'
export const socketBaseUrl = 'ws://127.0.0.1:81/fjtcc-api'
export const proSocketBaseUrl = 'ws://192.168.77.200:8060'
export const mode = 'pro' // 测试 dev 正式 pro