totustec-unipp/config.js
2025-07-19 11:51:32 +08:00

9 lines
238 B
JavaScript

// 后端接口
export const BASE_API_URL = "https://online.totustec.com/api";
// 静态数据
export const BASE_IMG_URL = "https://online.totustec.com/upload";
export const BASE_STOKECT_URL = "wss://online.totustec.com/webSocket/vue"