Commit e8b7eaa8 authored by duxinyuan's avatar duxinyuan

增加办公楼路由

parent a830fd3b
......@@ -27,6 +27,8 @@ import shareRedEnvelope from '@/components/inviteRules/shareRedEnvelope'
import shareVideoDetails from '@/components/inviteRules/shareVideoDetails'
import search from '@/components/businessCollege/search'
import openSquareDetails from '@/components/openSquareDetails/openSquareDetails'
import buildList from '@/components/office_building/buildList'
import builldDetail from '@/components/office_building/builldDetail'
Vue.use(VueRouter)
......@@ -177,6 +179,14 @@ export default new VueRouter({
path: '/shareVideoDetails',
name: 'v-shareVideoDetails',
component: shareVideoDetails
},{
path: '/buildList',
name: 'v-buildList',
component: buildList
},{
path: '/builldDetail',
name: 'v-builldDetail',
component: builldDetail
}
]
})
......
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