feat:header

This commit is contained in:
wangzenghua 2025-04-09 10:21:21 +01:00
parent d195ad4826
commit 6fbef2cbe1

View File

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