From 8407a43ee08ebd0f8e4b500cfcd83dcace95337c Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期六, 26 八月 2023 15:02:30 +0800 Subject: [PATCH] fix --- model/system/request/sys_menu.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model/system/request/sys_menu.go b/model/system/request/sys_menu.go index de39db8..4dd3416 100644 --- a/model/system/request/sys_menu.go +++ b/model/system/request/sys_menu.go @@ -1,8 +1,8 @@ package request import ( - "github.com/flipped-aurora/gin-vue-admin/server/global" - "github.com/flipped-aurora/gin-vue-admin/server/model/system" + "srm/global" + "srm/model/system" ) // Add menu authority info structure -- Gitblit v1.8.0