|
@@ -30,6 +30,7 @@
|
|
|
<script setup>
|
|
|
import product from './components/product.vue'
|
|
|
import solution from './components/solution.vue'
|
|
|
+import serviceSupport from './components/serviceSupport.vue'
|
|
|
import Snackbar from '@/plugins/snackbar'
|
|
|
import { useRouter } from 'vue-router'; const router = useRouter()
|
|
|
defineOptions({name: 'entrances-navBar'})
|
|
@@ -39,9 +40,9 @@ const menuList = [
|
|
|
{ title: '产品', fileName: product },
|
|
|
{ title: '解决方案', fileName: solution },
|
|
|
{ title: '客户案例', path: '/' },
|
|
|
- { title: '服务支持', fileName: product },
|
|
|
+ { title: '服务支持', fileName: serviceSupport },
|
|
|
{ title: '资源中心', fileName: product },
|
|
|
- { title: '了解门墩儿', fileName: product },
|
|
|
+ { title: '什么是门墩儿?', fileName: product },
|
|
|
]
|
|
|
const handleClick = (val) => {
|
|
|
Snackbar.warning('暂未开发,敬请期待!')
|