[AI Generated]: feat(*): 补全分享功能、新增 lefu OTA 升级封装及多环境请求配置
This commit is contained in:
@@ -2,7 +2,8 @@ import type { ApiResponse, HttpMethod, RequestOptions } from './types'
|
||||
|
||||
export type { ApiResponse, RequestOptions }
|
||||
|
||||
const BASE_URL = 'https://device.shuziweidao.com/gateway/'
|
||||
const BASE_URL = 'http://192.168.1.31:8889' // 测试环境
|
||||
// const BASE_URL = 'https://device.shuziweidao.com/gateway' // 正式环境
|
||||
|
||||
let _loadingCount = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user