Commit 6ba9feb5 authored by 军师中郎将's avatar 军师中郎将

1 使用vue界面访问 后端管理 设计好的报表。

parent 5c0828b0
......@@ -58,13 +58,13 @@ spring:
# redis 配置
redis:
# 地址
host: 121.29.1.158
host: 36.138.180.82
# 端口,默认为6379
port: 6380
port: 63798
# 数据库索引
database: 0
# 密码
password: 1qaz2wsx3edc
password: 1qaz2wsx3edc@
# 连接超时时间
timeout: 10s
lettuce:
......@@ -90,10 +90,10 @@ zehong:
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/zehong/uploadPath,Linux配置 /home/zehong/uploadPath)
profile: D:/zehong/uploadPath
profile: /data/zehong/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证
captchaType: math
# ureport访问路径-测试
ureporturl: http://127.0.0.1:8905/gassafety
ureporturl: http://36.138.180.82:8905/gassafety
......@@ -10,7 +10,8 @@
name: "Ureport",
data() {
return {
src: "http://127.0.0.1:8905/gassafety/ureport/preview?_u=file:按条件查询报表测试.ureport.xml&_t=2,9,3&date=2024&complaintCategory=0",
// src: "http://36.138.180.82:8905/gassafety/ureport/preview?_u=file:按条件查询报表测试.ureport.xml&_t=2,9,3&date=2024&complaintCategory=0",
src: "http://localhost:8905/gassafety/ureport/preview?_u=file:按条件查询报表测试.ureport.xml&_t=2,9,3&date=2024&complaintCategory=0",
height: document.documentElement.clientHeight - 94.5 + "px;",
loading: true
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment