diff --git a/src/api/sys/user.ts b/src/api/sys/user.ts index 4a6253f..ee82c31 100644 --- a/src/api/sys/user.ts +++ b/src/api/sys/user.ts @@ -1,10 +1,3 @@ -/* - * @Author: 刘妍 - * @Date: 2024-01-13 13:04:15 - * @LastEditors: Do not edit - * @LastEditTime: 2024-02-05 16:06:58 - * @Description: - */ import { defHttp } from '@/utils/http/axios'; import { LoginParams, LoginResultModel, GetUserInfoModel } from './model/userModel'; diff --git a/src/components/Bwflow/index.ts b/src/components/Bwflow/index.ts index 4d6ee65..1dec7cc 100644 --- a/src/components/Bwflow/index.ts +++ b/src/components/Bwflow/index.ts @@ -1,10 +1,3 @@ -/* - * @Author: 刘妍 - * @Date: 2024-03-01 15:55:24 - * @LastEditors: Do not edit - * @LastEditTime: 2024-03-02 16:08:00 - * @Description: - */ import { withInstall } from '@/utils'; import bWflowViewer from './src/bWflowViewer.vue' diff --git a/src/components/PermissionBtn/index.vue b/src/components/PermissionBtn/index.vue index 257c0a6..27bba6e 100644 --- a/src/components/PermissionBtn/index.vue +++ b/src/components/PermissionBtn/index.vue @@ -1,10 +1,3 @@ -