Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
6ba9feb5
Commit
6ba9feb5
authored
Jun 18, 2024
by
军师中郎将
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 使用vue界面访问 后端管理 设计好的报表。
parent
5c0828b0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
application-prd.yml
zh-baseversion-admin/src/main/resources/application-prd.yml
+5
-5
index.vue
...rc/views/system/complainSummaryAnalysisUreport2/index.vue
+2
-1
No files found.
zh-baseversion-admin/src/main/resources/application-prd.yml
View file @
6ba9feb5
...
...
@@ -58,13 +58,13 @@ spring:
# redis 配置
redis
:
# 地址
host
:
121.29.1.158
host
:
36.138.180.82
# 端口,默认为6379
port
:
63
80
port
:
63
798
# 数据库索引
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
zh-baseversion-web/src/views/system/complainSummaryAnalysisUreport2/index.vue
View file @
6ba9feb5
...
...
@@ -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
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment