* sys_initdb_mysql/pgsql.go: 优化流程, 创建database前,如果dbname为空直接返回

* 删除视图逻辑

* 摘除视图初始化逻辑

* 移除dialog废弃的title标签修改为header

* 解决部分浏览器登录后遮罩不消失的bug

* 修复角色菜单逻辑

* element 2.2.2=>2.2.5

* 修复插件模板

* 调整自动插件模板到插件功能下

* 切换角色切换至角色首页

Co-authored-by: Lyon.Nee <lyon.nee@outlook.com>
This commit is contained in:
奇淼(piexlmax
2022-06-23 22:30:15 +08:00
committed by GitHub
parent 8504e9bf74
commit 091f83ff59
14 changed files with 102 additions and 232 deletions

View File

@@ -199,7 +199,7 @@ const changeUserAuth = async(id) => {
emitter.emit('closeAllPage')
setTimeout(() => {
window.location.reload()
}, 1)
}, 50)
}
}