Skip to content

Commit

Permalink
Merge pull request #6 from arklnk/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor-Lan authored Aug 29, 2022
2 parents bdbef0b + 7d0ded7 commit 9bbb588
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
![](dev/images/ark-admin.png)
![](https://docs.arklnk.com/images/ark-admin.png)

## 官方文档

传送门:[https://docs.arklnk.com](https://docs.arklnk.com)
文档:[https://docs.arklnk.com](https://docs.arklnk.com)

前端:[https://github.com/arklnk/ark-admin-vuenext](https://github.com/arklnk/ark-admin-vuenext)

后端:[https://github.com/arklnk/ark-admin-zero](https://github.com/arklnk/ark-admin-zero)

## 在线体验

Expand Down Expand Up @@ -35,9 +39,9 @@ docker-compose up -d
| arklnk | 123456 | 超级管理员 |
| demo | 123456 | 演示账号 |

![login](dev/images/login.png)
![login](https://docs.arklnk.com/images/zero/login.png)

![](dev/images/menu.png)
![](https://docs.arklnk.com/images/zero/menu.png)

## 开发模式

Expand Down Expand Up @@ -123,7 +127,7 @@ Modern browsers and Internet Explorer 10+.

## 赞赏或交流

![交流](dev/images/contact.jpg)
![交流](https://docs.arklnk.com/images/zero/contact.jpg)

## 致谢

Expand Down
Binary file removed dev/images/ark-admin.png
Binary file not shown.
Binary file removed dev/images/contact.jpg
Binary file not shown.
Binary file removed dev/images/login.png
Binary file not shown.
Binary file removed dev/images/menu.png
Binary file not shown.
8 changes: 4 additions & 4 deletions dev/sql/ark_admin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- 主机: mysql
-- 生成日期: 2022-08-28 08:44:30
-- 生成日期: 2022-08-29 03:36:50
-- 服务器版本: 5.7.36
-- PHP 版本: 7.4.27

Expand Down Expand Up @@ -148,7 +148,7 @@ CREATE TABLE `sys_perm_menu` (
--

INSERT INTO `sys_perm_menu` (`id`, `parent_id`, `name`, `router`, `perms`, `type`, `icon`, `order_num`, `view_path`, `is_show`, `active_router`, `create_time`, `update_time`) VALUES
(1, 0, '系统管理', '/sys', '[]', 0, 'system', 0, '', 1, '', '2022-08-12 02:14:20', '2022-08-23 09:32:28'),
(1, 0, '系统管理', '/sys', '[]', 0, 'carbon:settings', 0, '', 1, '', '2022-08-12 02:14:20', '2022-08-29 02:33:04'),
(2, 1, '菜单管理', '/sys/menu', '[]', 1, '', 0, 'views/system/menu', 1, '', '2022-08-12 02:14:20', '2022-08-23 09:32:44'),
(3, 2, '查询', '', '[\"sys/perm/menu/list\"]', 2, '', 0, '', 1, '', '2022-08-12 02:14:20', '2022-08-23 09:35:53'),
(4, 2, '新增', '', '[\"sys/perm/menu/add\"]', 2, '', 0, '', 1, '', '2022-08-12 02:14:20', '2022-08-23 09:37:07'),
Expand Down Expand Up @@ -180,13 +180,13 @@ INSERT INTO `sys_perm_menu` (`id`, `parent_id`, `name`, `router`, `perms`, `type
(32, 29, '删除', '', '[\"sys/user/delete\"]', 2, '', 0, '', 1, '', '2022-08-12 02:14:20', '2022-08-23 09:37:20'),
(33, 29, '更新', '', '[\"sys/user/update\",\"sys/user/rdpj/info\"]', 2, '', 0, '', 1, '', '2022-08-12 02:14:20', '2022-08-24 03:08:07'),
(34, 29, '改密', '', '[\"sys/user/password/update\"]', 2, '', 0, '', 1, '', '2022-08-12 02:14:20', '2022-08-25 04:51:46'),
(36, 0, '配置管理', '/config', '[]', 0, 'config', 0, '', 1, '', '2022-08-22 03:33:42', '2022-08-24 03:41:35'),
(36, 0, '配置管理', '/config', '[]', 0, 'icon-park-outline:setting-config', 0, '', 1, '', '2022-08-22 03:33:42', '2022-08-29 02:33:20'),
(37, 36, '字典管理', '/config/dict', '[]', 1, '', 0, 'views/config/dict', 1, '', '2022-08-22 03:39:21', '2022-08-23 09:33:47'),
(38, 37, '查询', '', '[\"config/dict/list\",\"config/dict/data/page\"]', 2, '', 0, '', 1, '', '2022-08-22 03:42:07', '2022-08-23 09:35:53'),
(39, 37, '新增', '', '[\"config/dict/add\"]', 2, '', 0, '', 1, '', '2022-08-22 03:42:07', '2022-08-23 09:37:07'),
(40, 37, '删除', '', '[\"config/dict/delete\"]', 2, '', 0, '', 1, '', '2022-08-22 03:42:07', '2022-08-23 09:37:20'),
(41, 37, '更新', '', '[\"config/dict/update\"]', 2, '', 0, '', 1, '', '2022-08-22 03:42:07', '2022-08-23 09:37:34'),
(42, 0, '日志管理', '/log', '[]', 0, 'log', 0, '', 1, '', '2022-08-23 04:47:23', '2022-08-24 03:52:57'),
(42, 0, '日志管理', '/log', '[]', 0, 'ic:baseline-history', 0, '', 1, '', '2022-08-23 04:47:23', '2022-08-29 02:37:21'),
(43, 42, '登录日志', '/log/login', '[]', 1, '', 0, 'views/log/login', 1, '', '2022-08-23 04:47:51', '2022-08-23 09:42:43'),
(44, 43, '查询', '', '[\"log/login/page\"]', 2, '', 0, '', 1, '', '2022-08-22 03:42:07', '2022-08-23 09:35:53');

Expand Down

0 comments on commit 9bbb588

Please sign in to comment.