zmc
2023-11-14 0ee16e9f5dd31c6c98df1a5fdcf081c8eb7f80df
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')
    }
 
}