Merge branch 'feature/main_ui' of http://www.xj-robot.com:3000/xiongyi/Feeding_control_system into feature/main_ui
This commit is contained in:
@ -116,6 +116,11 @@ class IniManager:
|
||||
def api_base_url(self):
|
||||
"""获取API基础URL"""
|
||||
return self._read_config_value('api', 'base_url', self._DEFAULT_API_BASE_URL, str)
|
||||
|
||||
@property
|
||||
def jbl_api_url(self):
|
||||
"""获取搅拌楼API基础URL"""
|
||||
return self._read_config_value('api', 'jbl_api_url', 'http://10.6.242.111:5002', str)
|
||||
|
||||
@property
|
||||
def api_login_url(self):
|
||||
|
||||
@ -31,6 +31,7 @@ sys_segment_refresh = 2:sys,2:segment_refresh
|
||||
sys_pd_refresh = 2:sys,2:pd_refresh
|
||||
pd_data = 2:pd,2:pd_data
|
||||
pd_notify = 2:pd,2:pd_notify
|
||||
pd_notify_finish = 2:pd,2:pd_notify_finish
|
||||
pd_set_mode = 2:pd,2:set_mode
|
||||
pd_set_volume = 2:pd,2:set_volume
|
||||
|
||||
|
||||
Reference in New Issue
Block a user