|
@@ -31,6 +31,7 @@
|
|
import product from './components/product.vue'
|
|
import product from './components/product.vue'
|
|
import solution from './components/solution.vue'
|
|
import solution from './components/solution.vue'
|
|
import serviceSupport from './components/serviceSupport.vue'
|
|
import serviceSupport from './components/serviceSupport.vue'
|
|
|
|
+import resourceCentre from './components/resourceCentre.vue'
|
|
import Snackbar from '@/plugins/snackbar'
|
|
import Snackbar from '@/plugins/snackbar'
|
|
import { useRouter } from 'vue-router'; const router = useRouter()
|
|
import { useRouter } from 'vue-router'; const router = useRouter()
|
|
defineOptions({name: 'entrances-navBar'})
|
|
defineOptions({name: 'entrances-navBar'})
|
|
@@ -41,7 +42,7 @@ const menuList = [
|
|
{ title: '解决方案', fileName: solution },
|
|
{ title: '解决方案', fileName: solution },
|
|
{ title: '客户案例', path: '/' },
|
|
{ title: '客户案例', path: '/' },
|
|
{ title: '服务支持', fileName: serviceSupport },
|
|
{ title: '服务支持', fileName: serviceSupport },
|
|
- { title: '资源中心', fileName: product },
|
|
|
|
|
|
+ { title: '资源中心', fileName: resourceCentre },
|
|
{ title: '什么是门墩儿?', fileName: product },
|
|
{ title: '什么是门墩儿?', fileName: product },
|
|
]
|
|
]
|
|
const handleClick = (val) => {
|
|
const handleClick = (val) => {
|