manual-add-device

This commit is contained in:
Tink
2025-06-26 11:09:17 +08:00
parent 78dc266eee
commit 6ec7a1fe09
4 changed files with 180 additions and 3 deletions
+1 -1
View File
@@ -7,6 +7,7 @@ import model from './module/model.js'
import ota from './module/ota.js'
import timbre from "./module/timbre.js"
import user from './module/user.js'
/**
* 接口地址
* 开发时自动读取使用.env.development文件
@@ -22,7 +23,6 @@ export function getServiceUrl() {
return DEV_API_SERVICE
}
/** request服务封装 */
export default {
getServiceUrl,