1
0
mirror of https://github.com/201206030/novel.git synced 2025-07-16 17:26:38 +00:00

后台小说发布功能上线

This commit is contained in:
xiongxiaoyang
2019-11-20 12:04:57 +08:00
parent e08f91f130
commit dfc7d7184f
184 changed files with 98 additions and 16353 deletions
novel-admin/src/main
java
resources
application.yml
mybatis
static
js
appjs
books
book
bookIndex
wangEditor
.eslintignore.eslintrc.json.gitattributes.gitignore.npmignoreISSUE.mdLICENSEREADME.mdbower.json
docs
example
gulpfile.jspackage.json
release
src
templates
books
novel-front
pom.xml
src
main
java
xyz
zinglizingli
resources
sql

2
sql/2019-11-20.sql Normal file

@ -0,0 +1,2 @@
INSERT INTO `sys_menu` (`menu_id`, `parent_id`, `name`, `url`, `perms`, `type`, `icon`, `order_num`, `gmt_create`, `gmt_modified`) VALUES ('212', '209', '发布管理', 'books/book', 'books:book:book', '1', '', '2', NULL, NULL);
INSERT INTO `sys_role_menu` (`id`, `role_id`, `menu_id`) VALUES ('4087', '1', '212');