Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
asiainfo
/
static
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
1820
Releases
4
Wiki
static
Tree:
802fcd7695
Branches
Tags
master
web-static
0.1.1.0
0.2.1
0.2.2
0.2.3
static
/
2020
/
trail
/
superapp
/
pc
/
js
/
browser-check.js
browser-check.js
113B
History
Raw
if (browser.device != 'PC') { // 若是来自pc页面,跳转pc页面 location.href = "index-mobile.html"; }