Commit 36b78e2b authored by 王玉鑫's avatar 王玉鑫

fix: 土地接口修正

parent 302ef40c
...@@ -12,6 +12,8 @@ export default { ...@@ -12,6 +12,8 @@ export default {
industrialDetail: '/postcard/api/parkInfo/v1.0/detail', industrialDetail: '/postcard/api/parkInfo/v1.0/detail',
// 载体详情 // 载体详情
carrierDetail: '/postcard/api/carrier/v1.0/detail', carrierDetail: '/postcard/api/carrier/v1.0/detail',
// 土地详情
landDetail: '/postcard/api/land/v1.0/detail',
// 招商引资-招商亮点 // 招商引资-招商亮点
investmentLights: '/postcard/api/developmentInfo/v1.0/detail', investmentLights: '/postcard/api/developmentInfo/v1.0/detail',
// 提交咨询信息 // 提交咨询信息
......
...@@ -56,7 +56,7 @@ export default { ...@@ -56,7 +56,7 @@ export default {
}, },
data() { data() {
return { return {
queryUrl: api.carrierDetail, queryUrl: api.landDetail,
}; };
}, },
methods: { methods: {
......
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