FWSystem/target/classes/static/style/js/index.js

7 lines
133 B
JavaScript
Raw Normal View History

2023-12-24 13:39:07 +08:00
const getWeatherInfo = (params) => {
return $axios({
url: '/api/weather',
method: 'post',
params
})
}