From aeae4e5a04c9742e003e21e1ff30a76e73172442 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Tue, 15 Jun 2021 10:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0portal=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/app.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/app.go b/conf/app.go index 1554028..427c404 100644 --- a/conf/app.go +++ b/conf/app.go @@ -12,6 +12,11 @@ var ExampleFile = "http://localhost:8093/public/uploadxlsx/example.xlsx" var Baseurl = "http://localhost:8093" +//var ExampleFile = "http://localhost:8097/public/uploadxlsx/example.xlsx" +// +//var Baseurl = "http://localhost:8097" + + type AppConf struct { DisablePathCorrection bool EnablePathEscape bool