|
@@ -11,10 +11,10 @@
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
const tabList = [
|
|
const tabList = [
|
|
- {text: '首页',pagePath: '/pages/index/index'}, ,
|
|
|
|
- {text: '校园动态',pagePath: '/pages/dqgzDangjiangongzuo/dqgzDangjiangongzuo'},
|
|
|
|
- {text: '招生就业',pagePath: '/pages/index/index'},
|
|
|
|
- {text: '联系方式',pagePath: '/pages/index/index'}
|
|
|
|
|
|
+ {text: '首页',pagePath: '/pages/index/index', icon: '', selectedIcon: ''},
|
|
|
|
+ {text: '校园动态',pagePath: '/pages/dqgzDangjiangongzuo/dqgzDangjiangongzuo', icon: '', selectedIcon: ''},
|
|
|
|
+ {text: '招生就业',pagePath: '/pages/index/index', icon: '', selectedIcon: ''},
|
|
|
|
+ {text: '联系方式',pagePath: '/pages/index/index', icon: '', selectedIcon: ''}
|
|
]
|
|
]
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
activeIndex: {
|
|
activeIndex: {
|