src/apis.js
@@ -21,6 +21,17 @@ }) } /** * 移除台站下文件(单个文件) * ?FilePath=1&stationName=1 */ export const delFileFromStation = (params) => { return axios({ method: "GET", url: "stationInfo/delFileFromStation", params }) } /** * 添加台站 */ export const addStation = (params) => { @@ -32,6 +43,7 @@ } /** * 删除台站 * ?stationName1=null&stationName2=null&stationName3=null */ export const deleteStation = (params) => { return axios({ @@ -52,6 +64,7 @@ } /** * 解析xml文件 * filePath */ export const getXmlValue = (params) => { return axios({