Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
e8b7eaa8
Commit
e8b7eaa8
authored
Jul 31, 2019
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加办公楼路由
parent
a830fd3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
index.js
public/appnew/src/router/index.js
+10
-0
No files found.
public/appnew/src/router/index.js
View file @
e8b7eaa8
...
...
@@ -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
}
]
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment