From 2b6e19d0864e922f67c672775a501d953dd01d8d Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 23 十一月 2023 14:44:14 +0800 Subject: [PATCH] 附件上传与预览 --- router/test/contract.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/router/test/contract.go b/router/test/contract.go index 3a7845c..7c4f6dc 100644 --- a/router/test/contract.go +++ b/router/test/contract.go @@ -1,8 +1,8 @@ package test import ( - "github.com/flipped-aurora/gin-vue-admin/server/api/v1" "github.com/gin-gonic/gin" + "srm/api/v1" ) type ContractRouter struct { -- Gitblit v1.8.0