浏览代码

feat(types): 登录日志

LuoHaoxuan 3 年之前
父节点
当前提交
f13bf8abcf
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      types/src/interface/loginLog.ts

+ 2 - 3
types/src/interface/loginLog.ts

@@ -1,6 +1,5 @@
-enum PlatForm {
+// eslint-disable-next-line import/prefer-default-export
+export enum PlatForm {
   FRONT_END = 'frontEnd',
   BACK_END = 'backEnd',
 }
-
-export default PlatForm;