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

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

const routes: Route.recordRaw[] = [


]

export default routes