导入跳转

This commit is contained in:
weicw
2021-10-24 17:00:41 +08:00
parent 2a59762ef5
commit e3b8cafdac
45 changed files with 2856 additions and 2972 deletions

View File

@@ -48,9 +48,7 @@ const updateLake = function (data) {
}
// -------------------------统计---------------------
const pageLakeStatisticUrl = '/lakeLibrary/lakeLibrarySpecial/statistic';
const statisticSourceUrl = '/lakeLibrary/lakeLibrarySpecial/statistic/source';
const statisticYearUrl = '/lakeLibrary/lakeLibrarySpecial/statistic/year';
const avgUrl = '/lakeLibrary/lakeLibrarySpecial/specialExcel';
const getHistoryyears = function () {
return axios.get("/lakeLibrary/lakeLibrarySpecial/history-year")
}
@@ -71,10 +69,9 @@ export {
removeLake,
updateLake,
removeBatchLake,
pageLakeStatisticUrl,
avgUrl,
getHistoryyears,
getColumnOptions,
statisticSourceUrl,
statisticYearUrl
}