|
|
@ -1,8 +1,12 @@ |
|
|
|
package conf |
|
|
|
|
|
|
|
var ExampleFile = "http://localhost:22000/public/uploadxlsx/example.xlsx" |
|
|
|
//var ExampleFile = "http://localhost:22000/public/uploadxlsx/example.xlsx"
|
|
|
|
//
|
|
|
|
//var Baseurl = "http://localhost:22000"
|
|
|
|
|
|
|
|
var Baseurl = "http://localhost:22000" |
|
|
|
var ExampleFile = "http://localhost:8092/public/uploadxlsx/example.xlsx" |
|
|
|
|
|
|
|
var Baseurl = "http://localhost:8092" |
|
|
|
|
|
|
|
type AppConf struct { |
|
|
|
DisablePathCorrection bool |
|
|
@ -32,7 +36,7 @@ var AppConfig AppConf = AppConf{ |
|
|
|
IgnoreURLs: []string{"/", "/user/login", "/user/courts", "/admin/tabnames/download", "/user/getimg"}, //免token验证路径
|
|
|
|
JWTTimeout: 72000, |
|
|
|
LogLevel: "debug", |
|
|
|
Secret: "123456", |
|
|
|
Secret: "lapp_wy123456", |
|
|
|
}, |
|
|
|
PublicRute: []string{"/sysMenu", "/user/getuserinfo", "/user/pwd", "/user/avatar", "/user/profile", "/user/getimg", "/admin/tabnames/list", "/admin/stdeftab/selectarr", "/admin/stdeftab/selectall"}, //免权限检查路径
|
|
|
|
} |