提交 943511e3 authored 作者: matian's avatar matian

updates

上级 6b052dec
......@@ -2,7 +2,7 @@
import TreeItem from './TreeItem.vue'
const navList = [
{ name: '首页', path: '/#banner' },
{ name: '首页', path: '/' },
{ name: '产品体系', path: '/#product' },
{ name: '师资展示', path: '/#teacher' },
{ name: '预约报名', path: '/#contact' }
......
......@@ -4,7 +4,7 @@ import 'swiper/css'
const list = [{ url: 'https://webapp-pub.ezijing.com/project_online/fi/banner.jpg' }]
</script>
<template>
<div class="banner" id="banner">
<div class="banner">
<Swiper autoplay>
<SwiperSlide v-for="(item, index) in list" :key="index">
<img :src="item.url" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论