blob: 1752b7676b3f6e6842234c225601c842f9391fba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
const object = {
base_url:'http://127.0.0.1:8000',
name:'好123',
UnauthorizedCode:401,// unlogin
AuthorizedErrorCode:400,// username or pwd mistake
PG_GITHUB_MIRROR:'https://github.com/postgres/postgres/commit/'
};
export default object;
|