zhengyiming
2025-07-15 b0fa289bf8ff6ee35f48ee8ed6c10b22db636f0f
.umirc.ts
@@ -11,10 +11,6 @@
    slave: {},
  },
  base: '/v2/',
  publicPath: '/v2/',
  // layout: {
  //   title: '@umijs/max',
  // },
  routes: [
    {
      path: '/',
@@ -25,16 +21,6 @@
      path: '/about',
      component: './Home',
    },
    // {
    //   name: '权限演示',
    //   path: '/access',
    //   component: './Access',
    // },
    // {
    //   name: ' CRUD 示例',
    //   path: '/table',
    //   component: './Table',
    // },
  ],
  npmClient: 'pnpm',
});