From 3887bb15b5e2662c19825234925c9b6da3fe902f Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 30 八月 2023 14:33:22 +0800
Subject: [PATCH] update

---
 router/system/sys_dictionary_detail.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/router/system/sys_dictionary_detail.go b/router/system/sys_dictionary_detail.go
index d94fbf2..5cff8c2 100644
--- a/router/system/sys_dictionary_detail.go
+++ b/router/system/sys_dictionary_detail.go
@@ -1,9 +1,9 @@
 package system
 
 import (
-	v1 "github.com/flipped-aurora/gin-vue-admin/server/api/v1"
-	"github.com/flipped-aurora/gin-vue-admin/server/middleware"
 	"github.com/gin-gonic/gin"
+	v1 "srm/api/v1"
+	"srm/middleware"
 )
 
 type DictionaryDetailRouter struct{}

--
Gitblit v1.8.0