fix(staff)

This commit is contained in:
wang_yp 2025-03-21 17:17:19 +08:00
parent c9e2bfca60
commit 4c35028252
2 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ class HomeStore extends BaseStore<TagDataType> {
try { try {
let data = await baseHttp.gets(HomeConfig.deviceList, { let data = await baseHttp.gets(HomeConfig.deviceList, {
start: 0, start: 0,
limit: 30 limit: 100
}) })
return data return data
} catch (error) { } catch (error) {

View File

@ -1,7 +1,7 @@
class Config { class Config {
// static baseUrl = "/"; static baseUrl = "/";
static baseUrl = "https://www.hswzct.cn:12016/"; // static baseUrl = "https://www.hswzct.cn:12016/";
// static baseUrl = "http://127.0.0.1:12214/"; // static baseUrl = "http://127.0.0.1:12214/";
static ws = "wss://www.hswzct.cn:12016/wsadmin?id=admin"; static ws = "wss://www.hswzct.cn:12016/wsadmin?id=admin";
static userStatic = "https://www.hswzct.cn:12016/api/uploads/user/"; static userStatic = "https://www.hswzct.cn:12016/api/uploads/user/";