Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/d26ce98f441c90486c96eed85b66b3fdfb0b677a?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:配置修改

law-v2025-01
wangxy 3 months ago
parent 187de58335
commit d26ce98f44

@ -34,11 +34,6 @@ import java.util.List;
@RequestMapping("/law") @RequestMapping("/law")
public class LawController extends BaseController { public class LawController extends BaseController {
public static final String PAGE_SIZE = "15";
public static final String STATUS = "0";
@Autowired @Autowired
private ISysColumnService columnService; private ISysColumnService columnService;

Loading…
Cancel
Save