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/91287873c020e131d25127cf4ae3a416918f517b?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix:场所出入登记接口提交

pg_adapter
wangxy 9 months ago
parent c0fc0690be
commit 91287873c0

@ -34,7 +34,7 @@ public class TdCaseController extends BaseController {
@RequiresPermissions("system:case:view")
@GetMapping()
public String place() {
public String tdCase() {
return prefix + "/case";
}

Loading…
Cancel
Save