modify the base_api

pull/141/head
hyh123a 2022-04-21 20:43:11 +08:00
parent 4ce0d27c63
commit 1583049076
1 changed files with 2 additions and 2 deletions

View File

@ -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):