Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
Project
Project
Details
Activity
Releases
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
lixy
vue-ssr
Commits
12e7b1c7
Commit
12e7b1c7
authored
Aug 28, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页
parent
731b2700
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
17 deletions
+15
-17
router.js
.nuxt/router.js
+14
-14
index.vue
pages/index.vue
+1
-3
No files found.
.nuxt/router.js
View file @
12e7b1c7
...
@@ -3,13 +3,13 @@ import Router from 'vue-router'
...
@@ -3,13 +3,13 @@ import Router from 'vue-router'
Vue
.
use
(
Router
)
Vue
.
use
(
Router
)
const
_
6a26eff2
=
()
=>
import
(
'..
\\
pages
\\
vehicle.vue'
/* webpackChunkName: "pages_vehicle" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
916d4edc
=
()
=>
import
(
'..
\\
pages
\\
vehicle.vue'
/* webpackChunkName: "pages_vehicle" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
ac0ad30
6
=
()
=>
import
(
'..
\\
pages
\\
news.vue'
/* webpackChunkName: "pages_news" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
55fc1c4
6
=
()
=>
import
(
'..
\\
pages
\\
news.vue'
/* webpackChunkName: "pages_news" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
77bb3d1c
=
()
=>
import
(
'..
\\
pages
\\
campsite.vue'
/* webpackChunkName: "pages_campsite" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
1b4d0cd2
=
()
=>
import
(
'..
\\
pages
\\
campsite.vue'
/* webpackChunkName: "pages_campsite" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
b5ac509
a
=
()
=>
import
(
'..
\\
pages
\\
aboutXx.vue'
/* webpackChunkName: "pages_aboutXx" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
1b677f5
a
=
()
=>
import
(
'..
\\
pages
\\
aboutXx.vue'
/* webpackChunkName: "pages_aboutXx" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
912e308e
=
()
=>
import
(
'..
\\
pages
\\
activity.vue'
/* webpackChunkName: "pages_activity" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
0e939319
=
()
=>
import
(
'..
\\
pages
\\
activity.vue'
/* webpackChunkName: "pages_activity" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
26c82b8
2
=
()
=>
import
(
'..
\\
pages
\\
tour.vue'
/* webpackChunkName: "pages_tour" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
51cf86e
2
=
()
=>
import
(
'..
\\
pages
\\
tour.vue'
/* webpackChunkName: "pages_tour" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
55e47a18
=
()
=>
import
(
'..
\\
pages
\\
index.vue'
/* webpackChunkName: "pages_index" */
).
then
(
m
=>
m
.
default
||
m
)
const
_
e86eea90
=
()
=>
import
(
'..
\\
pages
\\
index.vue'
/* webpackChunkName: "pages_index" */
).
then
(
m
=>
m
.
default
||
m
)
...
@@ -71,37 +71,37 @@ export function createRouter () {
...
@@ -71,37 +71,37 @@ export function createRouter () {
routes
:
[
routes
:
[
{
{
path
:
"/vehicle"
,
path
:
"/vehicle"
,
component
:
_
6a26eff2
,
component
:
_
916d4edc
,
name
:
"vehicle"
name
:
"vehicle"
},
},
{
{
path
:
"/news"
,
path
:
"/news"
,
component
:
_
ac0ad30
6
,
component
:
_
55fc1c4
6
,
name
:
"news"
name
:
"news"
},
},
{
{
path
:
"/campsite"
,
path
:
"/campsite"
,
component
:
_
77bb3d1c
,
component
:
_
1b4d0cd2
,
name
:
"campsite"
name
:
"campsite"
},
},
{
{
path
:
"/aboutXx"
,
path
:
"/aboutXx"
,
component
:
_
b5ac509
a
,
component
:
_
1b677f5
a
,
name
:
"aboutXx"
name
:
"aboutXx"
},
},
{
{
path
:
"/activity"
,
path
:
"/activity"
,
component
:
_
912e308e
,
component
:
_
0e939319
,
name
:
"activity"
name
:
"activity"
},
},
{
{
path
:
"/tour"
,
path
:
"/tour"
,
component
:
_
26c82b8
2
,
component
:
_
51cf86e
2
,
name
:
"tour"
name
:
"tour"
},
},
{
{
path
:
"/"
,
path
:
"/"
,
component
:
_
55e47a18
,
component
:
_
e86eea90
,
name
:
"index"
name
:
"index"
}
}
],
],
...
...
pages/index.vue
View file @
12e7b1c7
...
@@ -174,7 +174,6 @@ import banner from "../components/banner"
...
@@ -174,7 +174,6 @@ import banner from "../components/banner"
import
bannerActivity
from
"../components/bannerActivity"
import
bannerActivity
from
"../components/bannerActivity"
import
menuModal
from
"../components/menu"
import
menuModal
from
"../components/menu"
import
footerModal
from
"../components/footer"
import
footerModal
from
"../components/footer"
import
lightsSlider
from
"../components/lightsSlider"
export
default
{
export
default
{
...
@@ -183,8 +182,7 @@ export default {
...
@@ -183,8 +182,7 @@ export default {
menuModal
,
menuModal
,
footerModal
,
footerModal
,
banner
,
banner
,
bannerActivity
,
bannerActivity
lightsSlider
},
},
data
()
{
data
()
{
return
{
return
{
...
...
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