Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
31 lines
709 B
TypeScript
31 lines
709 B
TypeScript
// import type { RouteRecordRaw } from 'vue-router';
|
|
|
|
// import { BasicLayout } from '#/layouts';
|
|
// import { $t } from '#/locales';
|
|
|
|
// const routes: RouteRecordRaw[] = [
|
|
// {
|
|
// component: BasicLayout,
|
|
// meta: {
|
|
// icon: 'ic:baseline-view-in-ar',
|
|
// keepAlive: true,
|
|
// order: 1000,
|
|
// title: $t('demos.title'),
|
|
// },
|
|
// name: 'Demos',
|
|
// path: '/demos',
|
|
// children: [
|
|
// {
|
|
// meta: {
|
|
// title: $t('demos.antd'),
|
|
// },
|
|
// name: 'AntDesignDemos',
|
|
// path: '/demos/ant-design',
|
|
// component: () => import('#/views/demos/antd/index.vue'),
|
|
// },
|
|
// ],
|
|
// },
|
|
// ];
|
|
|
|
// export default routes;
|