From dd07a07290bf66fde945dbbebc23ae048205775d Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 22 九月 2023 10:19:46 +0800
Subject: [PATCH] 分页查询product列表搜索条件合并

---
 router/enter.go |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/router/enter.go b/router/enter.go
index 80f71e7..ca35a45 100644
--- a/router/enter.go
+++ b/router/enter.go
@@ -1,9 +1,9 @@
 package router
 
 import (
-	"github.com/flipped-aurora/gin-vue-admin/server/router/example"
-	"github.com/flipped-aurora/gin-vue-admin/server/router/system"
-	"github.com/flipped-aurora/gin-vue-admin/server/router/test"
+	"srm/router/example"
+	"srm/router/system"
+	"srm/router/test"
 )
 
 type RouterGroup struct {

--
Gitblit v1.8.0