Browse Source

chore: Copyright

master
wangxiang 2 years ago
parent
commit
c61130a8d0
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      .eslintrc.js
  2. 2
      build/config/themeConfig.ts
  3. 2
      build/constant.ts
  4. 2
      build/generate/generateModifyVars.ts
  5. 2
      build/generate/icon/index.ts
  6. 2
      build/getConfigFileName.ts
  7. 2
      build/script/buildConf.ts
  8. 2
      build/script/postBuild.ts
  9. 2
      build/utils.ts
  10. 2
      build/vite/plugin/compress.ts
  11. 2
      build/vite/plugin/html.ts
  12. 2
      build/vite/plugin/imagemin.ts
  13. 2
      build/vite/plugin/index.ts
  14. 2
      build/vite/plugin/pwa.ts
  15. 2
      build/vite/plugin/styleImport.ts
  16. 2
      build/vite/plugin/svgSprite.ts
  17. 2
      build/vite/plugin/theme.ts
  18. 2
      build/vite/plugin/visualizer.ts
  19. 2
      build/vite/proxy.ts
  20. 2
      postcss.config.js
  21. 2
      src/api/common/base/constant/index.ts
  22. 2
      src/api/common/base/entity/index.ts
  23. 2
      src/api/common/base/enums/index.ts
  24. 2
      src/api/common/base/exception/index.ts
  25. 2
      src/api/common/data/constant/index.ts
  26. 2
      src/api/common/data/entity/index.ts
  27. 2
      src/api/common/data/enums/index.ts
  28. 4
      src/api/platform/common/controller/doctor.ts
  29. 4
      src/api/platform/common/controller/hospital.ts
  30. 4
      src/api/platform/common/controller/mapLogistic.ts
  31. 4
      src/api/platform/common/controller/mapLogisticPoint.ts
  32. 4
      src/api/platform/common/controller/mapTaskPreset.ts
  33. 4
      src/api/platform/common/controller/office.ts
  34. 4
      src/api/platform/common/controller/project.ts
  35. 4
      src/api/platform/common/controller/pushApplication.ts
  36. 4
      src/api/platform/common/controller/pushBlacklist.ts
  37. 4
      src/api/platform/common/controller/pushChatGroup.ts
  38. 4
      src/api/platform/common/controller/pushChatGroupType.ts
  39. 4
      src/api/platform/common/controller/pushChatMessage.ts
  40. 2
      src/api/platform/common/entity/mapLogistic.ts
  41. 2
      src/api/platform/common/entity/mapLogisticPoint.ts
  42. 2
      src/api/platform/common/entity/mapTask.ts
  43. 2
      src/api/platform/common/entity/mapTaskPreset.ts
  44. 4
      src/api/platform/core/controller/menu.ts
  45. 4
      src/api/platform/core/controller/upload.ts
  46. 4
      src/api/platform/core/controller/user.ts
  47. 2
      src/api/platform/core/entity/menu.ts
  48. 2
      src/api/platform/core/entity/upload.ts
  49. 2
      src/api/platform/core/entity/user.ts
  50. 4
      src/api/platform/monitor/controller/operLog.ts
  51. 4
      src/api/platform/monitor/controller/token.ts
  52. 2
      src/api/platform/monitor/entity/operLog.ts
  53. 2
      src/api/platform/monitor/entity/token.ts
  54. 4
      src/api/platform/system/controller/client.ts
  55. 4
      src/api/platform/system/controller/config.ts
  56. 4
      src/api/platform/system/controller/dept.ts
  57. 4
      src/api/platform/system/controller/dict.ts
  58. 4
      src/api/platform/system/controller/dictdata.ts
  59. 4
      src/api/platform/system/controller/file.ts
  60. 4
      src/api/platform/system/controller/menu.ts
  61. 4
      src/api/platform/system/controller/region.ts
  62. 4
      src/api/platform/system/controller/role.ts
  63. 4
      src/api/platform/system/controller/tenant.ts
  64. 4
      src/api/platform/system/controller/user.ts
  65. 2
      src/api/platform/system/entity/client.ts
  66. 2
      src/api/platform/system/entity/config.ts
  67. 2
      src/api/platform/system/entity/dept.ts
  68. 2
      src/api/platform/system/entity/dict.ts
  69. 2
      src/api/platform/system/entity/dictData.ts
  70. 2
      src/api/platform/system/entity/file.ts
  71. 2
      src/api/platform/system/entity/menu.ts
  72. 2
      src/api/platform/system/entity/region.ts
  73. 2
      src/api/platform/system/entity/role.ts
  74. 2
      src/api/platform/system/entity/tenant.ts
  75. 2
      src/api/platform/system/entity/user.ts
  76. 4
      src/api/platform/workflow/extension/controller/formCategory.ts
  77. 4
      src/api/platform/workflow/extension/controller/formDefinition.ts
  78. 4
      src/api/platform/workflow/extension/controller/formDefinitionJson.ts
  79. 2
      src/assets/styles/color.less
  80. 2
      src/assets/styles/common.less
  81. 2
      src/assets/styles/theme.less
  82. 2
      src/assets/styles/var/breakpoint.less
  83. 2
      src/assets/styles/var/easing.less
  84. 2
      src/assets/styles/var/index.less
  85. 2
      src/components/AMap/src/amap.data.tsx
  86. 2
      src/components/index.ts
  87. 2
      src/directives/clickOutside.ts
  88. 2
      src/directives/index.ts
  89. 2
      src/directives/loading.ts
  90. 2
      src/directives/permission.ts
  91. 2
      src/directives/repeatClick.ts
  92. 2
      src/directives/ripple/index.ts
  93. 2
      src/enums/amapEnum.ts
  94. 2
      src/enums/appEnum.ts
  95. 2
      src/enums/breakpointEnum.ts
  96. 2
      src/enums/cacheEnum.ts
  97. 2
      src/enums/exceptionEnum.ts
  98. 2
      src/enums/httpEnum.ts
  99. 2
      src/enums/menuEnum.ts
  100. 2
      src/enums/pageEnum.ts
  101. Some files were not shown because too many files have changed in this diff Show More

2
.eslintrc.js

@ -5,7 +5,7 @@
* 原生js-eslint,官方配置文档: https://cn.eslint.org/docs/rules * 原生js-eslint,官方配置文档: https://cn.eslint.org/docs/rules
* vue,官方配置文档: https://eslint.vuejs.org/rules * vue,官方配置文档: https://eslint.vuejs.org/rules
* typescript,官方配置文档: https://typescript-eslint.io/rules * typescript,官方配置文档: https://typescript-eslint.io/rules
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/config/themeConfig.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/constant.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/generate/generateModifyVars.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: less修改的变量 * @description: less修改的变量
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/generate/icon/index.ts

@ -7,7 +7,7 @@
* 缺点: 在局域网或者无法访问到外网的环境中图标显示不出来 * 缺点: 在局域网或者无法访问到外网的环境中图标显示不出来
* 离线: 该方式会在打包的时候将图标选择器的图标全部打包到js内,使线 * 离线: 该方式会在打包的时候将图标选择器的图标全部打包到js内,使线
* 缺点: 打包体积会偏大 * 缺点: 打包体积会偏大
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/getConfigFileName.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/script/buildConf.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: ,,, * @description: ,,,
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/script/postBuild.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/utils.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/vite/plugin/compress.ts

@ -3,7 +3,7 @@
* @description: vite-plugin-compression配置 * @description: vite-plugin-compression配置
* gzip todo: 注意这在Vite中不能正常工作, * gzip todo: 注意这在Vite中不能正常工作,
* 文档: https://github.com/anncwb/vite-plugin-compression * 文档: https://github.com/anncwb/vite-plugin-compression
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/vite/plugin/html.ts

@ -3,7 +3,7 @@
* @description: vite-plugin-html配置 * @description: vite-plugin-html配置
* index.html提供压缩和基于ejs模板功能 * index.html提供压缩和基于ejs模板功能
* 文档: https://github.com/anncwb/vite-plugin-html * 文档: https://github.com/anncwb/vite-plugin-html
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/vite/plugin/imagemin.ts

@ -3,7 +3,7 @@
* @description: vite-plugin-imagemin配置 * @description: vite-plugin-imagemin配置
* *
* 文档: https://github.com/anncwb/vite-plugin-imagemin * 文档: https://github.com/anncwb/vite-plugin-imagemin
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/vite/plugin/index.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: vite插件统一管理 * @description: vite插件统一管理
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/vite/plugin/pwa.ts

@ -6,7 +6,7 @@
* 了解更多信息: https://juejin.cn/post/6844903461645991943 * 了解更多信息: https://juejin.cn/post/6844903461645991943
* service-worker让他来做缓存的: https://developer.mozilla.org/zh-CN/docs/Web/API/Service_Worker_API/Using_Service_Workers * service-worker让他来做缓存的: https://developer.mozilla.org/zh-CN/docs/Web/API/Service_Worker_API/Using_Service_Workers
* 文档: https://github.com/antfu/vite-plugin-pwa * 文档: https://github.com/antfu/vite-plugin-pwa
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
build/vite/plugin/styleImport.ts

@ -3,7 +3,7 @@
* @description: vite-plugin-style-import配置 * @description: vite-plugin-style-import配置
* vite的按需引入组件库样式功能 * vite的按需引入组件库样式功能
* 文档: https://github.com/anncwb/vite-plugin-style-import * 文档: https://github.com/anncwb/vite-plugin-style-import
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/vite/plugin/svgSprite.ts

@ -4,7 +4,7 @@
* SVG精灵的Vite插件 * SVG精灵的Vite插件
* SVG精灵(SVG ) * SVG精灵(SVG )
* 文档: https://github.com/anncwb/vite-plugin-svg-icons * 文档: https://github.com/anncwb/vite-plugin-svg-icons
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/vite/plugin/theme.ts

@ -3,7 +3,7 @@
* @description: vite-plugin-theme配置 * @description: vite-plugin-theme配置
* ant-design主题功能(,) * ant-design主题功能(,)
* 文档: https://github.com/anncwb/vite-plugin-theme * 文档: https://github.com/anncwb/vite-plugin-theme
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/vite/plugin/visualizer.ts

@ -3,7 +3,7 @@
* @description: rollup-plugin-visualizer配置 * @description: rollup-plugin-visualizer配置
* *
* 文档: https://github.com/btd/rollup-plugin-visualizer * 文档: https://github.com/btd/rollup-plugin-visualizer
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
build/vite/proxy.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: .env.development * @description: .env.development
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/5 * @create: 2022/4/5
*/ */

2
postcss.config.js

@ -5,7 +5,7 @@
* 目前用到的插件: * 目前用到的插件:
* 增加代码可读性 postcss/autoprefixer * 增加代码可读性 postcss/autoprefixer
* 官网文档: https://github.com/postcss/autoprefixer * 官网文档: https://github.com/postcss/autoprefixer
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/6 * @create: 2022/4/6
*/ */

2
src/api/common/base/constant/index.ts

@ -1,6 +1,6 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/common/base/entity/index.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/common/base/enums/index.ts

@ -1,6 +1,6 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/common/base/exception/index.ts

@ -2,6 +2,6 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/common/data/constant/index.ts

@ -1,6 +1,6 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/common/data/entity/index.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/common/data/enums/index.ts

@ -1,6 +1,6 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

4
src/api/platform/common/controller/doctor.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import { DoctorParams, Doctor, DoctorResult } from '/@/api/platform/common/entity/doctor'; import { DoctorParams, Doctor, DoctorResult } from '/@/api/platform/common/entity/doctor';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/hospital.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import { HospitalParams, Hospital, HospitalResult } from '/@/api/platform/common/entity/hospital'; import { HospitalParams, Hospital, HospitalResult } from '/@/api/platform/common/entity/hospital';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/mapLogistic.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { MapLogisticParams, MapLogistic, MapLogisticResult } from '../entity/mapLogistic'; import type { MapLogisticParams, MapLogistic, MapLogisticResult } from '../entity/mapLogistic';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/mapLogisticPoint.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { MapLogisticPointParams, MapLogisticPoint, MapLogisticPointResult } from '../entity/mapLogisticPoint'; import type { MapLogisticPointParams, MapLogisticPoint, MapLogisticPointResult } from '../entity/mapLogisticPoint';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/mapTaskPreset.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { MapTaskPresetParams, MapTaskPreset, MapTaskPresetResult } from '../entity/mapTaskPreset'; import type { MapTaskPresetParams, MapTaskPreset, MapTaskPresetResult } from '../entity/mapTaskPreset';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/office.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import { OfficeParams, Office, OfficeResult } from '/@/api/platform/common/entity/office'; import { OfficeParams, Office, OfficeResult } from '/@/api/platform/common/entity/office';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/project.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { ProjectParams, Project, ProjectResult } from '../entity/project'; import type { ProjectParams, Project, ProjectResult } from '../entity/project';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/pushApplication.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { PushApplication, PushApplicationParams, PushApplicationResult } from '/@/api/platform/common/entity/pushApplication'; import type { PushApplication, PushApplicationParams, PushApplicationResult } from '/@/api/platform/common/entity/pushApplication';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/pushBlacklist.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { PushBlacklist, PushBlacklistParams, PushBlacklistResult } from '/@/api/platform/common/entity/pushBlacklist'; import type { PushBlacklist, PushBlacklistParams, PushBlacklistResult } from '/@/api/platform/common/entity/pushBlacklist';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/pushChatGroup.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { PushChatGroup, PushChatGroupParams, PushChatGroupResult } from '/@/api/platform/common/entity/pushChatGroup'; import type { PushChatGroup, PushChatGroupParams, PushChatGroupResult } from '/@/api/platform/common/entity/pushChatGroup';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/pushChatGroupType.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { PushChatGroupType, PushChatGroupParams, PushChatTypeResult } from '/@/api/platform/common/entity/pushChatGroupType'; import type { PushChatGroupType, PushChatGroupParams, PushChatTypeResult } from '/@/api/platform/common/entity/pushChatGroupType';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/common/controller/pushChatMessage.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { PushChatMessage, PushChatMessageParams, PushChatMessageResult } from '/@/api/platform/common/entity/pushChatMessage'; import type { PushChatMessage, PushChatMessageParams, PushChatMessageResult } from '/@/api/platform/common/entity/pushChatMessage';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

2
src/api/platform/common/entity/mapLogistic.ts

@ -2,7 +2,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @since: 2022/8/24 * @since: 2022/8/24
*/ */

2
src/api/platform/common/entity/mapLogisticPoint.ts

@ -2,7 +2,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @since: 2022/8/24 * @since: 2022/8/24
*/ */

2
src/api/platform/common/entity/mapTask.ts

@ -2,7 +2,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @since: 2022/8/24 * @since: 2022/8/24
*/ */

2
src/api/platform/common/entity/mapTaskPreset.ts

@ -2,7 +2,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @since: 2022/8/24 * @since: 2022/8/24
*/ */

4
src/api/platform/core/controller/menu.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { MenuRouteResult } from '/@/api/platform/core/entity/menu'; import type { MenuRouteResult } from '/@/api/platform/core/entity/menu';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/core/controller/upload.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { UploadResult } from '../entity/upload'; import type { UploadResult } from '../entity/upload';
import type { UploadFileParams } from '/#/axios'; import type { UploadFileParams } from '/#/axios';

4
src/api/platform/core/controller/user.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { Captcha, User, LoginParams, TokenEnhancer } from '../entity/user'; import type { Captcha, User, LoginParams, TokenEnhancer } from '../entity/user';

2
src/api/platform/core/entity/menu.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { AppRouteRecordRaw } from '/@/router/types'; import type { AppRouteRecordRaw } from '/@/router/types';

2
src/api/platform/core/entity/upload.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/platform/core/entity/user.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { CommonEntity } from '/@/api/common/data/entity'; import type { CommonEntity } from '/@/api/common/data/entity';

4
src/api/platform/monitor/controller/operLog.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { OperLogParams, OperLog, OperLogResult } from '/@/api/platform/monitor/entity/operLog'; import type { OperLogParams, OperLog, OperLogResult } from '/@/api/platform/monitor/entity/operLog';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/monitor/controller/token.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { TokenParams, TokenResult } from '/@/api/platform/monitor/entity/token'; import type { TokenParams, TokenResult } from '/@/api/platform/monitor/entity/token';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

2
src/api/platform/monitor/entity/operLog.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/monitor/entity/token.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

4
src/api/platform/system/controller/client.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { Client, ClientParams, ClientResult } from '/@/api/platform/system/entity/client'; import type { Client, ClientParams, ClientResult } from '/@/api/platform/system/entity/client';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/config.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { ConfigParams, Config, ConfigResult } from '/@/api/platform/system/entity/config'; import type { ConfigParams, Config, ConfigResult } from '/@/api/platform/system/entity/config';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/dept.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { DeptParams, Dept } from '/@/api/platform/system/entity/dept'; import type { DeptParams, Dept } from '/@/api/platform/system/entity/dept';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/dict.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { DictParams, Dict, DictResult } from '/@/api/platform/system/entity/dict'; import type { DictParams, Dict, DictResult } from '/@/api/platform/system/entity/dict';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/dictdata.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { DictDataParams, DictData, DictDataResult } from '/@/api/platform/system/entity/dictData'; import type { DictDataParams, DictData, DictDataResult } from '/@/api/platform/system/entity/dictData';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/file.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { FileParams, FileResult } from '/@/api/platform/system/entity/file'; import type { FileParams, FileResult } from '/@/api/platform/system/entity/file';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/menu.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { MenuParams, Menu } from '/@/api/platform/system/entity/menu'; import type { MenuParams, Menu } from '/@/api/platform/system/entity/menu';
import type { ResultVo } from '/@/api/common/base/entity'; import type { ResultVo } from '/@/api/common/base/entity';

4
src/api/platform/system/controller/region.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import { RegionParams, Region, RegionResult } from '/@/api/platform/system/entity/region'; import { RegionParams, Region, RegionResult } from '/@/api/platform/system/entity/region';
import { ResultVo } from '/@/api/common/base/entity'; import { ResultVo } from '/@/api/common/base/entity';

4
src/api/platform/system/controller/role.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { Role, RoleParams, RoleResult } from '/@/api/platform/system/entity/role'; import type { Role, RoleParams, RoleResult } from '/@/api/platform/system/entity/role';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/tenant.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { Tenant, TenantParams, TenantResult } from '/@/api/platform/system/entity/tenant'; import type { Tenant, TenantParams, TenantResult } from '/@/api/platform/system/entity/tenant';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/system/controller/user.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import type { UserParams, UserResult } from '/@/api/platform/system/entity/user'; import type { UserParams, UserResult } from '/@/api/platform/system/entity/user';
import type { User } from '/@/api/platform/core/entity/user'; import type { User } from '/@/api/platform/core/entity/user';

2
src/api/platform/system/entity/client.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/config.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/dept.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/dict.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/dictData.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/file.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/menu.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/region.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/api/platform/system/entity/role.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/tenant.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

2
src/api/platform/system/entity/user.ts

@ -2,7 +2,7 @@
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* *
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */
import type { R } from '/#/axios'; import type { R } from '/#/axios';

4
src/api/platform/workflow/extension/controller/formCategory.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import { FormCategory, FormCategoryParams, FormCategoryResult } from '/@/api/platform/workflow/extension/entity/formCategory'; import { FormCategory, FormCategoryParams, FormCategoryResult } from '/@/api/platform/workflow/extension/entity/formCategory';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/workflow/extension/controller/formDefinition.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import { FormDefinition, FormDefinitionParams, FormDefinitionResult } from '/@/api/platform/workflow/extension/entity/formDefinition'; import { FormDefinition, FormDefinitionParams, FormDefinitionResult } from '/@/api/platform/workflow/extension/entity/formDefinition';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

4
src/api/platform/workflow/extension/controller/formDefinitionJson.ts

@ -1,7 +1,7 @@
/** /**
* api模板规范代码参考, * api模板规范代码参考,
* Copyright © 2020-2022 <a href="http://www.entfrm.com/">entfrm</a> All rights reserved. * Copyright © 2023-2023 <a href="https://godolphinx.org"></a> All rights reserved.
* author entfrm开发团队- * author wangxiang4
*/ */
import { FormDefinitionJsonParams, FormDefinitionJson, FormDefinitionJsonResult } from '/@/api/platform/workflow/extension/entity/formDefinitionJson'; import { FormDefinitionJsonParams, FormDefinitionJson, FormDefinitionJsonResult } from '/@/api/platform/workflow/extension/entity/formDefinitionJson';
import { defHttp } from '/@/utils/http/axios'; import { defHttp } from '/@/utils/http/axios';

2
src/assets/styles/color.less

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: 全局颜色配置 * @description: 全局颜色配置
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/7 * @create: 2022/4/7
*/ */

2
src/assets/styles/common.less

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: 公共配置 * @description: 公共配置
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/7 * @create: 2022/4/7
*/ */

2
src/assets/styles/theme.less

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: 全局主题样式配置(明亮,暗黑) * @description: 全局主题样式配置(明亮,暗黑)
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/assets/styles/var/breakpoint.less

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: 屏幕断点用于vite:antd-dark-theme插件 * @description: 屏幕断点用于vite:antd-dark-theme插件
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/7 * @create: 2022/4/7
*/ */

2
src/assets/styles/var/easing.less

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: 动画函数 * @description: 动画函数
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/7 * @create: 2022/4/7
*/ */

2
src/assets/styles/var/index.less

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: 全局样式变量定义 * @description: 全局样式变量定义
* @author: entfrm开发团队-王翔 * @author: wangxaing4
* @create: 2022/4/7 * @create: 2022/4/7
*/ */

2
src/components/AMap/src/amap.data.tsx

@ -2,7 +2,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/5/22 * @create: 2022/5/22
*/ */

2
src/components/index.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/26 * @create: 2022/4/26
*/ */

2
src/directives/clickOutside.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/directives/index.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/directives/loading.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/directives/permission.ts

@ -3,7 +3,7 @@
* @description: * @description:
* *
* @Example v-auth="xxx" * @Example v-auth="xxx"
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/directives/repeatClick.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/directives/ripple/index.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/enums/amapEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/9 * @create: 2022/4/9
*/ */

2
src/enums/appEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/9 * @create: 2022/4/9
*/ */

2
src/enums/breakpointEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/9 * @create: 2022/4/9
*/ */

2
src/enums/cacheEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/9 * @create: 2022/4/9
*/ */

2
src/enums/exceptionEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/8 * @create: 2022/4/8
*/ */

2
src/enums/httpEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/9 * @create: 2022/4/9
*/ */

2
src/enums/menuEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/9 * @create: 2022/4/9
*/ */

2
src/enums/pageEnum.ts

@ -1,7 +1,7 @@
/** /**
* @program: kicc-ui * @program: kicc-ui
* @description: * @description:
* @author: entfrm开发团队- * @author: wangxaing4
* @create: 2022/4/9 * @create: 2022/4/9
*/ */

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save