|
@@ -11,14 +11,14 @@ class Index extends Component {
|
|
|
const { curUuid } = this.state
|
|
|
return {
|
|
|
title: `南昌地块规划地图`,
|
|
|
- path: `/pagesOther/map/dtl?id=${curUuid}`,
|
|
|
+ path: `/pagesOther/map/plan?id=${curUuid}`,
|
|
|
}
|
|
|
}
|
|
|
onShareTimeline () {
|
|
|
const { curUuid } = this.state
|
|
|
return {
|
|
|
title: `南昌地块规划地图`,
|
|
|
- path: `/pagesOther/map/dtl?id=${curUuid}`,
|
|
|
+ path: `/pagesOther/map/plan?id=${curUuid}`,
|
|
|
}
|
|
|
}
|
|
|
|