api.js 180 Bytes Edit Raw Blame History 1 2 3 4 5 import { post } from './request' export const diciAddress = params => post('queryGeoFaultList',params) export const screenAddress = params => post('queryScreenFaultList',params)