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

更改路径

parent 2dcfc994
...@@ -448,7 +448,7 @@ export default { ...@@ -448,7 +448,7 @@ export default {
}, },
getServiceInfo(){ getServiceInfo(){
this.$http this.$http
.get('/static/servicedetail.json') .get('/static/servicedetail1.json')
.then(response => { .then(response => {
let data = response.data.data let data = response.data.data
this.$set(this.service_header_arr,'name',data.serviceInfo.name) this.$set(this.service_header_arr,'name',data.serviceInfo.name)
...@@ -461,7 +461,7 @@ export default { ...@@ -461,7 +461,7 @@ export default {
}, },
getInterfaceInfo(){ getInterfaceInfo(){
this.$http this.$http
.get('/static/servicedetail.json') .get('/static/servicedetail1.json')
.then(response => { .then(response => {
let data = response.data.data let data = response.data.data
this.$set(this.servicead_arr[0],'info',data.serviceinterfaceinfo.type) this.$set(this.servicead_arr[0],'info',data.serviceinterfaceinfo.type)
...@@ -477,7 +477,7 @@ export default { ...@@ -477,7 +477,7 @@ export default {
}, },
getServiceBaseInfo(){ getServiceBaseInfo(){
this.$http this.$http
.get('/static/servicedetail.json') .get('/static/servicedetail1.json')
.then(response => { .then(response => {
let data = response.data.data let data = response.data.data
this.list_arr = data.servicebaseinfo this.list_arr = data.servicebaseinfo
...@@ -488,7 +488,7 @@ export default { ...@@ -488,7 +488,7 @@ export default {
}, },
getServiceyxztInfo(){ getServiceyxztInfo(){
this.$http this.$http
.get('/static/servicedetail.json') .get('/static/servicedetail1.json')
.then(response => { .then(response => {
let data = response.data.data let data = response.data.data
this.yx_state = data.serviceyxzt 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