1 Star 0 Fork 0

黑鱼村王师傅/abl-admin-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

ABL管理系统(进行中...)

线上演示地址(访问速度缓慢!优化中)

ABL-Admin-Java

  • 核心:SpringBoot2.x + MySQL8.x + MyBatisPlus ...

ABL-Admin-Vue

界面展示

定位业务

区域信息监控

  • 功能:查询 楼层+区域, 高亮回显
  • 功能:监控内部人员实时位置、显示移动轨迹、围栏区域报警,并提示信息

Demo

区域管理

  • 功能:查询 楼层+区域, 高亮回显
  • 功能:维护 区域位置、大小、配色、边框、等...

Demo

Fabricjs

  • 已支持 矩形 、圆形 、椭圆形 、三角形 、线 、折线 、多边形 、路径、点位+路径。

Demo Demo Demo Demo Demo> Demo Demo> Demo>

系统管理

菜单管理

数据展示

Demo

新增、编辑

Demo

选择父级菜单

Demo

选择图标

Demo

选择国际化配置

Demo

全屏展示

Demo

用户管理(筹备中)

角色管理(筹备中)

权限管理(筹备中)

组织机构管理(筹备中)

交流一下

image-20210708080534494

更新记录

2022-06-20

  • 前端:
  • 服务端:
BUG:相对画布绝对定位异常 应该使用 absolutePointer

BUG:鼠标抬起后,仍然拖拽图形

添加:自由绘制折线修改

添加:自由绘制多边形完成

添加:自由画笔绘制完成,设置画笔样式

添加:自由点位 + Path 绘制完成

定位业务:区域管理维护区域

定位业务:准备添加定位业务

2022-06-19

  • 前端:
  • 服务端:
BUG:相对画布绝对定位异常 应该使用 absolutePointer
自由绘制,矩形完成
添加自由绘制,圆形
自由绘制,圆形,完成
自由绘制,椭圆形,完成
自由绘制,三角形完成
自由绘制,线段完成

2022-06-18

  • 前端:
  • 服务端:
添加绘制,矩形,功能Demo

绘制矩形

添加绘制开关

Ctrl+鼠标左键 移动画布

自动缩放画布大小

2022-06-16

  • 前端:
  • 服务端:
业务问题:底图如何管理,是否单独建表
解决:地图就是空白色,可以随意绘制区域设置样式,通过sort进行先后顺序添加
动态表单完成

添加区域完成

完善动态表单,添加独立校验规则

空白底色canvas

可以绘制 任意边形、画笔、点位、圆形、表单绘制

通过配置、控制颜色、大小、等

默认区块色

准备:添加图层移动功能

2022-06-15

  • 前端:
  • 服务端:
fabricjs深度学习

定位业务:添加新增区域功能
定位业务:添加编辑区域功能

方案调整:区域表还是一张表,但是业务分开,分为
业务1:区域配置:区域名称、坐标、背景、边框、样式
业务2:区域信息:业务属性、报警阀值、第三方ID、等等....
业务3:区域信息监控

存在业务问题:底图如何管理,是否单独建表

2022-06-13

  • 前端:
  • 服务端:
页面布局调整

添加全局指令 v-resize,动态变动画布

添加loading 主布局级别和window级别

因为数据量太少,所以三张定位表合成一张定位表,添加type用于区分,区域数据类型

fabric 版本BUG 5.2 5.1 都存在背景色动画异常

fabric 版本BUG 5.2 5.1 都存在背景色动画异常
背景色:动画变黑,已解决

查询指定区域,回显区域闪烁,变色

更新VUe 和 antdesign到最新版本

添加功能布局,尽量使用   <a-row style="margin: 20px" type="flex">

监控菜单关闭

动态监听 resizeCanvas 完成

2022-06-10

  • 前端:
  • 服务端:
添加定位业务:厂区定位、商场定位
添加定位数据:厂区地图,商场地图
添加管理区域功能
因为数据量太少,所以三张定位表合成一张定位表,添加type用于区分,区域数据类型

2022-06-10

  • 前端:
  • 服务端:
BUG:查询菜单没有按升序排列

功能修改:添加默认隐藏菜单,用作系统基础功能菜单页

添加业务功能:区域信息监控、区域管理、商场区域管理、商家区域管理、路段区域管理

组件调整:WorkPlace

功能修改:去掉菜单重复路径检查,因为理论上来说,是允许重复的

BUG:查询菜单没有按升序排列

2022-06-08

  • 前端:
  • 服务端:
添加个人设置功能
1.基础设置
2.安全设置
3.账户绑定
4.SSH 公钥

添加个人中心功能
登录历史
消息通知

添加小铃铛样式

2022-06-06

  • 前端:
  • 服务端:
添加悬浮工具按钮
调整布局
用户功能BUG: 多角色问题错误,添加功能错误
用户功能BUG:添加用户失败
全局异常跳转问题修复

2022-06-05

  • 前端:
添加右侧抽屉,调整全局布局
添加主题风格,主题色,导航模式

2022-06-04

  • 前端:
替换全局,简化Store用法,不需要  commit mutations 操作

//
// 使用方式
//
//import $store from "@/common/store/_store";
//
//{
// data() {
//     return {
//         title: $store.state.adminName,
//     }
// }
//
// mounted() {
//
//     this.$watch(() => $store.state.adminName, () => {
//       // console.log($store.state.adminName)
//     })
//
//     $store.state.adminName='11111'
//
// }
//}
  • 服务端:

2022-06-03

  • 前端:
添加滑块验证码

准备解决路由动画不生效问题
路由动画已解决:添加 name mode 和 覆盖css
完善LOGO布局
Logo + 全局配色+换主题
  • 服务端:

2022-06-01

  • 前端:
  • 服务端:
BUG:已解决:修改权限时,实时生效,同步刷新缓存
BUG:已解决:修改或删除菜单功能时,相关联角色权限同步生效,同步刷新缓存

2022-05-30

  • 前端:

  • 1.未登录状态下,重定向到login,并携带之前的访问地址

  • 2.登录成功后,若存在 redirect,直接重定向到指定地址,否则跳转到 /index

  • 3.路由拦截,login 携带 redirect 参数

  • 4.优化 可循环html逻辑,减少重复代码,如:首页用户的item选项

  • 5.添加退出登录功能

  • 服务端:

  • 1.添加登录数量限制,单点登录前提下,实现登录设备数量限制

  • 2.BUG:更新菜单功能时,要对应更新角色关联情况,并更新缓存

2022-05-15

  • 重新巩固理解:Java基础 、Java新特性(1.7~17)、设计模式、Tomcat、Spring、SpringBoot、前端、等等。。。
  • 重新维护框架,框架设计目的是,构建一套 开发、部署、测试、上线 的流程
  • 采用基础技术:SpringBoot2.x + MySQL8.x + Vue3.x + js + AntdVue3.x
  • 今日工作:
  • 1.前端:更新前端所有依赖版本为当前最新,解决更新后启动异常问题
  • 2.前端:更名权限管理,为,API管理,
  • 3.服务端:API扫描并自动插入的逻辑,变为:据库中不存在和删除状态的API
  • 4.前端:菜单管理
    • 4.1.只有目录类型数据具备新增按钮;
    • 4.2.目录类型数据添加功能按钮,菜单下具备菜单所对应的功能,功能对应API(1-n),也就是给菜单添加功能,给功能配置API,以上操作由开发人员完成
    • 4.3.然后客户进行角色管理时,只需要选中菜单,并勾选菜单下的功能,即可完成角色赋权(不勾选不代表隐藏,只是点击无效)
  • 5.前端:封装了选择API组件
  • 6.服务端+前端:国际化改成本地,而不是读数据库(因为功能实现不合理)
  • 7.数据库:保留表的前缀命名,去掉无意义的字段前缀命名(?_太傻了)

2022-05-16

  • 前端+后端:取消数据库版本的国际化方案,改为,本地化方案
  • 角色管理:将菜单与权限融合到一起失败,因为 AntDesign 框架不支持,树形表格+自定义扩展行模式,所以只能先选菜单再选菜单下的权限

2022-05-25

  • 前端+后端:添加登录逻辑,路由拦截,登录失败自动刷新Token逻辑,刷新Token失败逻辑

预期实现

  • 1.不停止服务,直接添加接口,通过API管理下的新增API实现
  • 2.相同请求地址,对不同角色限制不同;实现:服务端扫描资源ID而不是路径
  • 3.满足快速迭代,通过 iframe ,和菜单配置,实现项目不停机动态添加功能和删除功能
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

ABL(A handful),将重心放在业务上。 展开 收起
README
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wang_yong_ji/abl-admin-vue.git
git@gitee.com:wang_yong_ji/abl-admin-vue.git
wang_yong_ji
abl-admin-vue
abl-admin-vue
master

搜索帮助