Browse Source

修改config.js中的user

郭超 3 years ago
parent
commit
bce49e5a43
1 changed files with 10 additions and 10 deletions
  1. 10 10
      config/config.js

+ 10 - 10
config/config.js

@@ -48,13 +48,13 @@ export default defineConfig({
               name: 'register-result',
               icon: 'smile',
               path: '/user/register-result',
-              component: './user/register-result',
+              component: './User/register-result',
             },
             {
               name: 'register',
               icon: 'smile',
               path: '/user/register',
-              component: './user/register',
+              component: './User/register',
             },
             {
               component: '404',
@@ -73,17 +73,17 @@ export default defineConfig({
             },
             {
               path: '/edit',
-              name:'edit',
-              icon:'edit',
-              component: './edit'
+              name: 'edit',
+              icon: 'edit',
+              component: './edit',
             },
             {
               path: '/bugs',
-              name:'bugs',
-              icon:'BugOutlined',
-              component: './bugs'
-            }
-          ]
+              name: 'bugs',
+              icon: 'BugOutlined',
+              component: './bugs',
+            },
+          ],
         },
       ],
     },