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

Merge remote-tracking branch 'origin/master'

master
dsh 1 year ago
commit 0fad0ff1f3

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