index.js 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 //获取设备分页API const getDeviceApi = (params = {}) => { return uni.$u.http.get('/yt/device', params); }; export default { getDeviceApi }