年度计划
This commit is contained in:
parent
a6742c5f17
commit
32e9723e51
@ -12,6 +12,7 @@ import resourceRouter from './modules/resource';
|
||||
import traceRouter from './modules/trace';
|
||||
import landsRoutes from './modules/lands';
|
||||
import dictRoutes from './modules/dict';
|
||||
import annualplanRoutes from './modules/annualplan';
|
||||
|
||||
export const constantRoutes = [
|
||||
{
|
||||
@ -44,6 +45,7 @@ export const constantRoutes = [
|
||||
...resourceRouter,
|
||||
...traceRouter,
|
||||
...landsRoutes,
|
||||
...annualplanRoutes,
|
||||
...dictRoutes,
|
||||
];
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
import Views from '@/layouts/Views.vue';
|
||||
import Layout from '@/layouts/index.vue';
|
||||
|
||||
const annualplanRoutes = [
|
||||
{
|
||||
path: '/sub-government-affairs-service/annualPlan',
|
||||
name: 'annualPlan',
|
||||
component: Views,
|
||||
component: Layout,
|
||||
redirect: '/sub-government-affairs-service/annualPlans',
|
||||
meta: { title: '年度计划', icon: 'Document' },
|
||||
children: [
|
||||
|
@ -2,7 +2,7 @@
|
||||
<router-view></router-view>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
<script setup>
|
||||
import { ref } from 'vue';
|
||||
|
||||
/* --------------- data --------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user