Skip to content

Commit

Permalink
路径大小写不一致导致linux下build 出错 #728
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Aug 29, 2023
1 parent 43ca0fa commit ccaa810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script lang="ts">
import { computed, defineComponent } from 'vue';
//import { JSelectDept } from '/@/components/Form';
import JSelectDept from '/src/components/form/src/jeecg/components/JSelectDept.vue';
import JSelectDept from '/@/components/Form/src/jeecg/components/JSelectDept.vue';
import { JVxeComponent } from '/@/components/jeecg/JVxeTable/types';
import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
Expand Down
2 changes: 1 addition & 1 deletion src/components/JVxeCustom/src/components/JVxePopupCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script lang="ts">
import { computed, defineComponent, ref } from 'vue';
//import { JPopup } from '/@/components/Form';
import JPopup from '/src/components/form/src/jeecg/components/JPopup.vue';
import JPopup from '/@/components/Form/src/jeecg/components/JPopup.vue';
import { JVxeComponent } from '/@/components/jeecg/JVxeTable/types';
import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
import { dispatchEvent, vModel } from '/@/components/jeecg/JVxeTable/utils';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script lang="ts">
import { computed, defineComponent } from 'vue';
//import { JSelectUser } from '/@/components/Form';
import JSelectUser from '/src/components/form/src/jeecg/components/JSelectUser.vue';
import JSelectUser from '/@/components/Form/src/jeecg/components/JSelectUser.vue';
import { JVxeComponent } from '/@/components/jeecg/JVxeTable/types';
import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
import { dispatchEvent } from '/@/components/jeecg/JVxeTable/utils';
Expand Down

0 comments on commit ccaa810

Please sign in to comment.