modify the base_api
parent
4ce0d27c63
commit
1583049076
|
@ -7,8 +7,8 @@ import re
|
|||
from core.useractivity import user_logger, access_control
|
||||
import requests
|
||||
|
||||
BASE_API = 'http://172.16.203.116/'
|
||||
# BASE_API = 'http://192.168.1.4/'
|
||||
# BASE_API = 'http://172.16.203.116/'
|
||||
BASE_API = 'http://192.168.1.4/'
|
||||
default_password = '123456'
|
||||
|
||||
def login(acount):
|
||||
|
|
Loading…
Reference in New Issue