浏览代码

大小写

lifanagju_citu 11 月之前
父节点
当前提交
2dc89b5faa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.vue'),
+        component: () => import('@/views/enterprise/components/joiningEnterprise.vue'),
         meta: {
           title: '加入企业'
         }