Commit 12e7b1c7 authored by lixy's avatar lixy

首页

parent 731b2700
...@@ -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 _ac0ad306 = () => import('..\\pages\\news.vue' /* webpackChunkName: "pages_news" */).then(m => m.default || m) const _55fc1c46 = () => 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 _b5ac509a = () => import('..\\pages\\aboutXx.vue' /* webpackChunkName: "pages_aboutXx" */).then(m => m.default || m) const _1b677f5a = () => 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 _26c82b82 = () => import('..\\pages\\tour.vue' /* webpackChunkName: "pages_tour" */).then(m => m.default || m) const _51cf86e2 = () => 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: _ac0ad306, component: _55fc1c46,
name: "news" name: "news"
}, },
{ {
path: "/campsite", path: "/campsite",
component: _77bb3d1c, component: _1b4d0cd2,
name: "campsite" name: "campsite"
}, },
{ {
path: "/aboutXx", path: "/aboutXx",
component: _b5ac509a, component: _1b677f5a,
name: "aboutXx" name: "aboutXx"
}, },
{ {
path: "/activity", path: "/activity",
component: _912e308e, component: _0e939319,
name: "activity" name: "activity"
}, },
{ {
path: "/tour", path: "/tour",
component: _26c82b82, component: _51cf86e2,
name: "tour" name: "tour"
}, },
{ {
path: "/", path: "/",
component: _55e47a18, component: _e86eea90,
name: "index" name: "index"
} }
], ],
......
...@@ -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 {
......
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