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

fix:平均分接口开发

dev
wangxy 12 months ago
parent 36d7fd9570
commit ec33c1bd7b

@ -19,7 +19,7 @@ public enum ApplyStatusEnum {
BACK(3, "退回"), BACK(3, "退回"),
END(4, "结束"); END(4, "已评分");
private Integer type; private Integer type;

Loading…
Cancel
Save