From 8af7624607271d4d0a13e9b67eb46bf464355187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Tue, 3 Aug 2021 17:26:08 +0800 Subject: [PATCH] 'commit' --- dsSzxy/main.go | 2 +- dsSzxy/static/upload.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dsSzxy/main.go b/dsSzxy/main.go index 74bfa72a..98cd3e11 100644 --- a/dsSzxy/main.go +++ b/dsSzxy/main.go @@ -48,7 +48,7 @@ func main() { // 开启gin服务器 r := gin.Default() //设置静态资源 - r.Static("/static", "./static") + r.Static("/dsSzxy/static", "./static") // 允许跨域 r.Use(Utils.Cors()) // 显示Logo diff --git a/dsSzxy/static/upload.html b/dsSzxy/static/upload.html index abf4335a..1f3a8a47 100644 --- a/dsSzxy/static/upload.html +++ b/dsSzxy/static/upload.html @@ -6,7 +6,7 @@