Compare commits
No commits in common. "e61189f4cc5c1c1af5c7e2a9c8e0275abe8fa28f" and "9eac2572b6b5322d461174871c9d3f909e12636e" have entirely different histories.
e61189f4cc
...
9eac2572b6
@ -127,24 +127,8 @@ export const constantRoutes = [
|
|||||||
path: '/sub-operation-service/farmingService',
|
path: '/sub-operation-service/farmingService',
|
||||||
name: 'farmingService',
|
name: 'farmingService',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/sub-operation-service/farmingServiceMain',
|
// component: () => import('@/views/farmingService/index.vue'),
|
||||||
meta: { title: '农事服务', headerActive: 'farmingService' },
|
meta: { title: '农事服务', headerActive: 'farmingService' },
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: '/sub-operation-service/farmingServiceMain',
|
|
||||||
component: () => import('@/views/farmingService/index.vue'),
|
|
||||||
name: 'farmingServiceMain',
|
|
||||||
meta: { title: '农资服务', headerActive: 'farmingService' },
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: 'farmingConsult',
|
|
||||||
component: () => import('@/views/farmingService/farmingConsult/index.vue'),
|
|
||||||
name: 'farmingConsult',
|
|
||||||
meta: { title: '农资服务', headerActive: 'farmingService' },
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/sub-operation-service/userCenter',
|
path: '/sub-operation-service/userCenter',
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
<template>
|
|
||||||
<section>framing consult</section>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { ref } from 'vue';
|
|
||||||
|
|
||||||
/* --------------- data --------------- */
|
|
||||||
// #region
|
|
||||||
|
|
||||||
// #endregion
|
|
||||||
|
|
||||||
/* --------------- methods --------------- */
|
|
||||||
// #region
|
|
||||||
|
|
||||||
// #endregion
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped></style>
|
|
@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="framing_service_content"><el-button type="primary">农事服务</el-button></section>
|
<section>农事服务</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script lang="ts" setup>
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
|
|
||||||
/* --------------- data --------------- */
|
/* --------------- data --------------- */
|
||||||
@ -16,13 +16,4 @@ import { ref } from 'vue';
|
|||||||
// #endregion
|
// #endregion
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped></style>
|
||||||
.framing_service_content {
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 0 32px;
|
|
||||||
margin: 0 auto;
|
|
||||||
border: 1px solid skyblue;
|
|
||||||
width: 1200px;
|
|
||||||
min-height: 600px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user