fix
This commit is contained in:
parent
c5487f53fe
commit
8f2fefbc69
@ -11,7 +11,6 @@ declare module 'vue' {
|
|||||||
BaseBg_old: typeof import('./src/components/baseBg_old.vue')['default']
|
BaseBg_old: typeof import('./src/components/baseBg_old.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/baseBg copy.vue')['default']
|
|
||||||
CurrentTime: typeof import('./src/components/currentTime.vue')['default']
|
CurrentTime: typeof import('./src/components/currentTime.vue')['default']
|
||||||
CustomBack: typeof import('./src/components/customBack.vue')['default']
|
CustomBack: typeof import('./src/components/customBack.vue')['default']
|
||||||
CustomProgress: typeof import('./src/components/customProgress.vue')['default']
|
CustomProgress: typeof import('./src/components/customProgress.vue')['default']
|
||||||
|
@ -38,8 +38,8 @@ const props = defineProps({
|
|||||||
const navlist = ref([
|
const navlist = ref([
|
||||||
{ title: '首页', name: 'home' },
|
{ title: '首页', name: 'home' },
|
||||||
{ title: '土地资源', name: 'land' },
|
{ title: '土地资源', name: 'land' },
|
||||||
{ title: '投入品', name: 'inputs' },
|
{ title: '投入品管理', name: 'inputs' },
|
||||||
{ title: '生产经营主体', name: 'entities' },
|
{ title: '经营主体', name: 'entities' },
|
||||||
// { title: '智慧种植监测', name: 'plant' },
|
// { title: '智慧种植监测', name: 'plant' },
|
||||||
// { title: '智慧养殖监测', name: 'breed' },
|
// { title: '智慧养殖监测', name: 'breed' },
|
||||||
{ title: '全流程溯源', name: 'trace' },
|
{ title: '全流程溯源', name: 'trace' },
|
||||||
|
@ -79,8 +79,8 @@ const props = defineProps({
|
|||||||
const navlist = ref([
|
const navlist = ref([
|
||||||
{ title: '首页', name: 'home' },
|
{ title: '首页', name: 'home' },
|
||||||
{ title: '土地资源', name: 'land' },
|
{ title: '土地资源', name: 'land' },
|
||||||
{ title: '投入品', name: 'inputs' },
|
{ title: '投入品管理', name: 'inputs' },
|
||||||
{ title: '生产经营主体', name: 'entities' },
|
{ title: '经营主体', name: 'entities' },
|
||||||
// { title: '智慧种植监测', name: 'plant' },
|
// { title: '智慧种植监测', name: 'plant' },
|
||||||
// { title: '智慧养殖监测', name: 'breed' },
|
// { title: '智慧养殖监测', name: 'breed' },
|
||||||
{ title: '全流程溯源', name: 'trace' },
|
{ title: '全流程溯源', name: 'trace' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user