|
|
@ -1,5 +1,5 @@
|
|
|
|
import type { RouteRecordRaw } from 'vue-router'
|
|
|
|
|
|
|
|
import { Layout } from '@/router/constant'
|
|
|
|
import { Layout } from '@/router/constant'
|
|
|
|
|
|
|
|
import type { RouteRecordRaw } from 'vue-router'
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @param name 路由名称, 必须设置,且不能重名
|
|
|
|
* @param name 路由名称, 必须设置,且不能重名
|
|
|
@ -19,7 +19,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
|
redirect: '/worksheet',
|
|
|
|
redirect: '/worksheet',
|
|
|
|
component: Layout,
|
|
|
|
component: Layout,
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: 'AI工单',
|
|
|
|
title: '图审审批管理',
|
|
|
|
permissions: ['worksheet-main'],
|
|
|
|
permissions: ['worksheet-main'],
|
|
|
|
svgname: 'worksheet',
|
|
|
|
svgname: 'worksheet',
|
|
|
|
svgsize: 22,
|
|
|
|
svgsize: 22,
|
|
|
@ -30,7 +30,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
|
path: 'worksheet',
|
|
|
|
path: 'worksheet',
|
|
|
|
name: 'worksheet-main',
|
|
|
|
name: 'worksheet-main',
|
|
|
|
meta: {
|
|
|
|
meta: {
|
|
|
|
title: 'AI工单',
|
|
|
|
title: '图审审批管理',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
component: () => import('@/views/worksheet/index.vue'),
|
|
|
|
component: () => import('@/views/worksheet/index.vue'),
|
|
|
|
},
|
|
|
|
},
|
|
|
|