Newer
Older
xc-metering-front / src / router / modules / laboratory.ts
liyaguang on 25 Jul 2023 153 bytes feat(*): 基础路由菜单搭建
import type { Route } from '@/global'

const Layout = () => import('@/layouts/index.vue')

const routes: Route.recordRaw[] = [

]

export default routes