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/1fd1fe0287773e6b31379336cc67bde3e53e0a7c?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

FIRSTCOMMIT

master
20918 1 year ago
parent 34b871aadc
commit 1fd1fe0287

@ -42,9 +42,12 @@ public class TdExamController extends BaseController{
public TableDataInfo list(TdQuestion tdQuestion) public TableDataInfo list(TdQuestion tdQuestion)
{ {
startPage(); startPage();
List<TdQuestion> list = tdQuestionService.selectTdQuestionList(tdQuestion); List<TdQuestion> list = tdQuestionService.selectTdQuestionList(tdQuestion);
return getDataTable(list); return getDataTable(list);
} }
} }

Loading…
Cancel
Save