zhengyiming
2025-07-15 b0fa289bf8ff6ee35f48ee8ed6c10b22db636f0f
.umirc.ts
@@ -6,28 +6,20 @@
  model: {},
  initialState: {},
  request: {},
  // layout: {
  //   title: '@umijs/max',
  // },
  mfsu: false,
  qiankun: {
    slave: {},
  },
  base: '/v2/',
  routes: [
    {
      path: '/',
      redirect: '/home',
      redirect: '/about',
    },
    {
      name: '首页',
      path: '/home',
      name: '关于大赛',
      path: '/about',
      component: './Home',
    },
    {
      name: '权限演示',
      path: '/access',
      component: './Access',
    },
    {
      name: ' CRUD 示例',
      path: '/table',
      component: './Table',
    },
  ],
  npmClient: 'pnpm',