This website requires JavaScript.
Explore
Help
Register
Sign In
JIAL
/
JIALDemo
Watch
1
Star
0
Fork
You've already forked JIALDemo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3820d90eda
JIALDemo
/
target
/
classes
/
static
/
style
/
js
/
index.js
7 lines
132 B
JavaScript
Raw
Blame
History
const
getWeatherInfo
=
(
params
)
=>
{
return
$axios
(
{
url
:
'/api/weather'
,
method
:
'get'
,
params
}
)
}
Reference in New Issue
View Git Blame
Copy Permalink