Xiao_123 11 tháng trước cách đây
mục cha
commit
217fa33f3e
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      components.d.ts
  2. 1 1
      src/router/modules/personal.js

+ 1 - 1
components.d.ts

@@ -20,7 +20,7 @@ declare module 'vue' {
     CtPagination: typeof import('./src/components/CtPagination/index.vue')['default']
     CtSearch: typeof import('./src/components/CtSearch/index.vue')['default']
     CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
-    DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
+    DatePicker: typeof import('./src/components/FormUI/datePicker/index.vue')['default']
     Details: typeof import('./src/components/Enterprise/details.vue')['default']
     Empty: typeof import('./src/components/Empty/index.vue')['default']
     HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']

+ 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'),
         meta: {
           title: '加入企业'
         }