Initial commit

This commit is contained in:
Qingtian239113
2022-03-28 17:29:25 +08:00
commit 6afcaa96fe
83 changed files with 3901 additions and 0 deletions

6
config/route.js Normal file
View File

@@ -0,0 +1,6 @@
export default [
{
path:'/',
component:'../pages/index',
}
]