This website works better with JavaScript
Home
Explore
Help
Sign In
fuyu
/
tjshop
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a4f34521b7
Branches
Tags
master
tjshop
/
shop
/
static
/
js
/
tools.js
tools.js
103 B
History
Raw
1
2
3
4
5
function login_out(url){
if (confirm('您是否要退出登录吗?')){
window.location.href=url
}
}