fix: 修复大小写导致无法打包问题
This commit is contained in:
parent
677f65ff8c
commit
fdf8bf055d
|
@ -1,4 +1,4 @@
|
|||
<h1 align="center"> JetLinks-ui-vue v1.0.0</h1>
|
||||
<h1 align="center"> JetLinks-ui-vue</h1>
|
||||
|
||||
## 平台简介
|
||||
|
||||
|
|
|
@ -12,4 +12,5 @@ declare module '*.js';
|
|||
declare module '*.ts';
|
||||
declare module 'js-cookie';
|
||||
declare module 'jetlinks-ui-components';
|
||||
declare module 'vue3-json-viewer';
|
||||
declare module 'vue3-json-viewer';
|
||||
declare module 'event-source-polyfill';
|
|
@ -89,7 +89,7 @@
|
|||
|
||||
<script setup lang="ts" name="user">
|
||||
import PermissionButton from '@/components/PermissionButton/index.vue';
|
||||
import AddBindUserDialog from './components/addBindUserDialog.vue';
|
||||
import AddBindUserDialog from './components/AddBindUserDialog.vue';
|
||||
import { getBindUserList_api, unBindUser_api } from '@/api/system/department';
|
||||
import { message } from 'jetlinks-ui-components';
|
||||
|
||||
|
|
Loading…
Reference in New Issue