|
@@ -32,6 +32,7 @@ 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 resourceCentre from './components/resourceCentre.vue'
|
|
|
|
+import aboutEnterprises from './components/aboutEnterprises.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'})
|
|
@@ -43,7 +44,7 @@ const menuList = [
|
|
{ title: '客户案例', path: '/' },
|
|
{ title: '客户案例', path: '/' },
|
|
{ title: '服务支持', fileName: serviceSupport },
|
|
{ title: '服务支持', fileName: serviceSupport },
|
|
{ title: '资源中心', fileName: resourceCentre },
|
|
{ title: '资源中心', fileName: resourceCentre },
|
|
- { title: '什么是门墩儿?', fileName: product },
|
|
|
|
|
|
+ { title: '什么是门墩儿?', fileName: aboutEnterprises },
|
|
]
|
|
]
|
|
const handleClick = (val) => {
|
|
const handleClick = (val) => {
|
|
Snackbar.warning('暂未开发,敬请期待!')
|
|
Snackbar.warning('暂未开发,敬请期待!')
|