Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/277dd0efbbeb57cbdbcbc3331a8ebc263669b835 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:会议后台接口提交

pg_adapter
wangxy 8 months ago
parent 4419de2aff
commit 277dd0efbb

@ -29,7 +29,7 @@ import java.util.List;
public class TdMeetingController extends BaseController {
private String prefix = "system/tdmeeting/";
private String prefix = "system/tdmeeting";
@Resource
private TdMeetingManager meetingManager;

Loading…
Cancel
Save