Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test-platform-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
王英豪
test-platform-vue
Commits
1d6ce134
Commit
1d6ce134
authored
Sep 30, 2022
by
王英豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置
parent
6ce85b62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
common.js
src/api/common/common.js
+3
-3
performanceReport.vue
...ormanceAutomation/performanceScript/performanceReport.vue
+2
-2
No files found.
src/api/common/common.js
View file @
1d6ce134
...
@@ -3,10 +3,10 @@ axios.defaults.withCredentials=true;
...
@@ -3,10 +3,10 @@ axios.defaults.withCredentials=true;
//本地环境
//本地环境
const
host
=
"
http://localhost:8000/
"
//
const host = "http://localhost:8000/"
//
测试
环境
//
生产
环境
// const host = "http://qa.rd.com
/"
const
host
=
"
http://172.16.0.82:8081
/
"
export
const
fileUrl
=
host
export
const
fileUrl
=
host
...
...
src/components/page/performanceAutomation/performanceScript/performanceReport.vue
View file @
1d6ce134
...
@@ -100,8 +100,8 @@ export default {
...
@@ -100,8 +100,8 @@ export default {
this
.
report_host
=
'
http://localhost:8080/
'
this
.
report_host
=
'
http://localhost:8080/
'
}
}
else
{
else
{
this
.
report_host
=
fileUrl
//
this.report_host = fileUrl
// this.report_host = 'http://localhost:7777
/'
this
.
report_host
=
'
http://172.16.0.82:8089
/
'
}
}
this
.
report_address
=
this
.
report_host
+
'
#/performanceReportPage?performanceResultId=
'
+
data
.
performance_report_id
+
'
&performanceScriptId=
'
+
this
.
performanceScriptId
this
.
report_address
=
this
.
report_host
+
'
#/performanceReportPage?performanceResultId=
'
+
data
.
performance_report_id
+
'
&performanceScriptId=
'
+
this
.
performanceScriptId
...
...
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