Commit 7d5387f7 authored by 张俊's avatar 张俊

更改路径

parent 2dcfc994
......@@ -448,7 +448,7 @@ export default {
},
getServiceInfo(){
this.$http
.get('/static/servicedetail.json')
.get('/static/servicedetail1.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/servicedetail1.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/servicedetail1.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/servicedetail1.json')
.then(response => {
let data = response.data.data
this.yx_state = data.serviceyxzt
......
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