zmc
2023-12-07 d1ccf7e1835b3c583da16d90a286e749d5e27c84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import {$http_py} from '@/api/index.js';
 
export default {
   
    /**
     * 自动获取
     * @param: 
     * @returns:
     */
    fetchDustHistoryData(){
        return $http_py.get('getDustData')
    }
 
}