Browse Source

// 一系列页面推荐通过小写的单一字母做 group 目录

pull/8726/head
kaoding 5 years ago
committed by GitHub
parent
commit
cd154c1467
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/routes.ts

2
config/routes.ts

@ -9,7 +9,7 @@
{
name: 'login',
path: '/user/login',
component: './User/Login',
component: './user/Login',
},
],
},

Loading…
Cancel
Save