This commit is contained in:
2026-04-07 09:51:38 +08:00
parent ecba4d726a
commit 00dcd6b6cc
36 changed files with 2857 additions and 505 deletions

View File

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

View File

@ -22,6 +22,7 @@ lower_is_arch = 2:lower,2:lower_is_arch
lower_angle = 2:lower,2:lower_angle
mould_finish_weight = 2:mould,2:mould_finish_weight
mould_need_weight = 2:mould,2:mould_need_weight
mould_finish_ratio=2:mould,2:mould_finish_ratio
mould_frequency = 2:mould,2:mould_frequency
mould_vibrate_status = 2:mould,2:mould_vibrate_status
feed_status = 2:mould,2:feed_status
@ -30,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