Parcourir la source

文件名大小写

lifanagju_citu il y a 1 an
Parent
commit
292f3f52aa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/router/modules/personal.js

+ 1 - 1
src/router/modules/personal.js

@@ -88,7 +88,7 @@ const personal = [
       },
       {
         path: '/enterprise/joiningEnterprise',
-        component: () => import('@/views/enterprise/components/JoiningEnterprise'),
+        component: () => import('@/views/enterprise/components/joining'),
         meta: {
           title: '加入企业'
         }