This website requires JavaScript.
Explore
Help
Register
Sign In
xingyy
/
uni-ticket-system
Watch
1
Star
0
Fork
0
You've already forked uni-ticket-system
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
02ba264934
uni-ticket-system
/
src
/
http
/
index.js
7 lines
102 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove files from Git tracking
2023-12-05 02:14:11 +00:00
import
deposit
from
"./deposit"
;
添加网络请求
2023-12-06 02:32:31 +00:00
import
login
from
"./login"
;
Remove files from Git tracking
2023-12-05 02:14:11 +00:00
export
default
{
deposit
,
添加网络请求
2023-12-06 02:32:31 +00:00
login
,
Remove files from Git tracking
2023-12-05 02:14:11 +00:00
}
;
Reference in New Issue
Copy Permalink