Ayuthaya文字

This commit is contained in:
打豆豆
2023-12-27 14:38:56 +08:00
parent 30e4ba2b2e
commit fbf2544197
4 changed files with 32 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
import request from '@/utils/request'
// 获取用户详细信息
export function devices() {
return request({
url: '/device/devices',
method: 'get'
})
}