This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
root
/
BeijingSafeguard
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
36
Commits
1
Branch
0
Tags
107 MiB
Tree:
9a72038981
BeijingSafeguard
/
04.系统编码
/
App
/
Content
/
scripts
/
config.js
5 lines
104 B
Raw
Normal View
History
commit
3 years ago
var
Config
=
function
(
)
{
this
.
ApiRoot
=
'47.103.85.253:5003'
;
}
;
window
.
Config
=
new
Config
(
)
;