mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
fixed:菜单删除功能细节调优 (#1705)
* 多文件: 菜单parentId由string改成uint * sys_base_menu.go: fix table name "sys_base_menus" specified more than once (SQLSTATE 42712) (#1704) --------- Co-authored-by: crazyrunsnail <fjyuan1991@163.com>
This commit is contained in:
co-authored by
crazyrunsnail
parent
032910f87a
commit
e3f8b8a394
@@ -14,7 +14,7 @@ type AddMenuAuthorityInfo struct {
|
||||
func DefaultMenu() []system.SysBaseMenu {
|
||||
return []system.SysBaseMenu{{
|
||||
GVA_MODEL: global.GVA_MODEL{ID: 1},
|
||||
ParentId: "0",
|
||||
ParentId: 0,
|
||||
Path: "dashboard",
|
||||
Name: "dashboard",
|
||||
Component: "view/dashboard/index.vue",
|
||||
|
||||
Reference in New Issue
Block a user