Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
7d5387f7
Commit
7d5387f7
authored
May 12, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改路径
parent
2dcfc994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/pages/serviceDetail.vue
src/pages/serviceDetail.vue
+4
-4
No files found.
src/pages/serviceDetail.vue
View file @
7d5387f7
...
...
@@ -448,7 +448,7 @@ export default {
},
getServiceInfo
(){
this
.
$http
.
get
(
'
/static/servicedetail.json
'
)
.
get
(
'
/static/servicedetail
1
.json
'
)
.
then
(
response
=>
{
let
data
=
response
.
data
.
data
this
.
$set
(
this
.
service_header_arr
,
'
name
'
,
data
.
serviceInfo
.
name
)
...
...
@@ -461,7 +461,7 @@ export default {
},
getInterfaceInfo
(){
this
.
$http
.
get
(
'
/static/servicedetail.json
'
)
.
get
(
'
/static/servicedetail
1
.json
'
)
.
then
(
response
=>
{
let
data
=
response
.
data
.
data
this
.
$set
(
this
.
servicead_arr
[
0
],
'
info
'
,
data
.
serviceinterfaceinfo
.
type
)
...
...
@@ -477,7 +477,7 @@ export default {
},
getServiceBaseInfo
(){
this
.
$http
.
get
(
'
/static/servicedetail.json
'
)
.
get
(
'
/static/servicedetail
1
.json
'
)
.
then
(
response
=>
{
let
data
=
response
.
data
.
data
this
.
list_arr
=
data
.
servicebaseinfo
...
...
@@ -488,7 +488,7 @@ export default {
},
getServiceyxztInfo
(){
this
.
$http
.
get
(
'
/static/servicedetail.json
'
)
.
get
(
'
/static/servicedetail
1
.json
'
)
.
then
(
response
=>
{
let
data
=
response
.
data
.
data
this
.
yx_state
=
data
.
serviceyxzt
...
...
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