产业运营平台农事服务位置修改
This commit is contained in:
parent
68a889c1ed
commit
f05f06133d
1
sub-operation-service/components.d.ts
vendored
1
sub-operation-service/components.d.ts
vendored
@ -7,6 +7,7 @@ export {}
|
|||||||
|
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
|
BreadComp: typeof import('./src/components/breadComp.vue')['default']
|
||||||
CenterMap: typeof import('./src/components/centerMap.vue')['default']
|
CenterMap: typeof import('./src/components/centerMap.vue')['default']
|
||||||
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
|
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
|
||||||
copy: typeof import('./src/components/custom-scroll-title copy/index.vue')['default']
|
copy: typeof import('./src/components/custom-scroll-title copy/index.vue')['default']
|
||||||
|
@ -88,10 +88,6 @@ const meuns = ref([
|
|||||||
label: '智慧种植',
|
label: '智慧种植',
|
||||||
path: '/sub-operation-service/smartFarm',
|
path: '/sub-operation-service/smartFarm',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: '农事服务',
|
|
||||||
path: '/sub-operation-service/farmService',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: '电商交易',
|
label: '电商交易',
|
||||||
path: '/sub-operation-service/ecommerce',
|
path: '/sub-operation-service/ecommerce',
|
||||||
@ -108,6 +104,10 @@ const meuns = ref([
|
|||||||
label: '仓储物流',
|
label: '仓储物流',
|
||||||
path: '/sub-operation-service/warehouseLogistics',
|
path: '/sub-operation-service/warehouseLogistics',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '农事服务',
|
||||||
|
path: '/sub-operation-service/farmService',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '公共品牌',
|
label: '公共品牌',
|
||||||
path: '/sub-operation-service/brand',
|
path: '/sub-operation-service/brand',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user