diff --git a/sub-operation-service/src/layouts/component/Header/index.vue b/sub-operation-service/src/layouts/component/Header/index.vue index 04fd894..8bd3296 100644 --- a/sub-operation-service/src/layouts/component/Header/index.vue +++ b/sub-operation-service/src/layouts/component/Header/index.vue @@ -81,14 +81,15 @@ const keyword = ref(''); const meuns = ref([ { label: '智慧种植', - path: '/login', + path: '/sub-operation-service/ecommerce', }, { label: '农事服务', - path: '/sub-admin/home', + path: '/sub-operation-service/ecommerce', }, { label: '涉农金融', + path: '/sub-operation-service/ecommerce', }, { label: '电商交易', @@ -96,12 +97,15 @@ const meuns = ref([ }, { label: '分拣包装', + path: '/sub-operation-service/ecommerce', }, { label: '仓储物流', + path: '/sub-operation-service/ecommerce', }, { label: '公共品牌运营', + path: '/sub-operation-service/ecommerce', }, ]); @@ -111,7 +115,7 @@ function Search() { const toHome = () => { console.info('toHome', router); - router.push('/'); + router.push('/sub-operation-service/home'); };