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