mirror of
https://github.com/201206030/novel.git
synced 2025-07-16 17:26:38 +00:00
后台小说发布功能上线
This commit is contained in:
novel-admin/src/main
java
com
resources
application.yml
mybatis
static
js
appjs
books
wangEditor
.eslintignore.eslintrc.json.gitattributes.gitignore.npmignoreISSUE.mdLICENSEREADME.mdbower.json
docs
dev
usage
01-getstart
02-content
03-config
01-menu.md02-debug.md03-onchange.md04-z-index.md05-lang.md06-paste.md07-linkImgCallback.md08-linkCheck.md09-onfocus.md10-onblur.md11-linkImgCheck.md12-colors.md13-emot.md
04-uploadimg
05-other
README.mdexample
README.mdfavicon.ico
gulpfile.jspackage.jsondemo
in-react
in-vue
.babelrc.editorconfig.postcssrc.js
test-amd-main.jstest-amd.htmltest-css-reset.htmltest-emot.htmltest-fullscreen.htmltest-get-content.htmltest-getJSON.htmltest-lang.htmltest-menus.htmltest-mult.htmltest-onblur.htmltest-onchange.htmltest-onfocus.htmltest-paste.htmltest-set-content.htmltest-sperate.htmltest-textarea.htmltest-uploadimg.htmlbuild
build.jscheck-versions.jsdev-client.jsdev-server.jsutils.jsvue-loader.conf.jswebpack.base.conf.jswebpack.dev.conf.jswebpack.prod.conf.js
config
index.htmlpackage.jsonsrc
static
icomoon
index.htmlpay.pngserver
release
src
fonts
js
.babelrc
command
config.jseditor
index.jsmenus
backColor
bold
code
droplist.jsemoticon
foreColor
head
img
index.jsitalic
justify
link
list
menu-list.jspanel.jsquote
redo
strikethrough
table
underline
undo
video
selection
text
util
less
templates
books
bookIndex
novel-front
sql
2
sql/2019-11-20.sql
Normal file
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');
|
Reference in New Issue
Block a user