Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/czt-zsk/commit/3def4ab75b25e68d98ad0e15a79c25164910b613 You should set ROOT_URL correctly, otherwise the web may not work correctly.

呼入,呼出列表提交

dev
wangxy 1 year ago
parent 2225e74371
commit 3def4ab75b

@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/portals/uploadPathLinux配置 /home/hyp/uploadPath
profile: /home/czt/uploadPath
profile: /home/cztCall/uploadPath
# 获取ip地址开关
addressEnabled: false
@ -59,7 +59,7 @@ spring:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
profiles:
active: prod
active: dev
# 文件上传
servlet:
multipart:

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- 日志存放路径 -->
<property name="log.path" value="/home/hyp/logs" />
<property name="log.path" value="/home/cztCall/logs" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />

Loading…
Cancel
Save