Browse Source

添加弧焊机统计数据展示接口不需要校验token

pull/332/head
zhangxin 3 years ago
parent
commit
1c4ceb4651
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      conf/app.go

+ 1
- 1
conf/app.go View File

@ -42,7 +42,7 @@ var AppConfig AppConf = AppConf{
TimeFormat: "Mon, 01 Jan 2006 15:04:05 GMT",
Charset: "UTF-8",
Other: Other{
IgnoreURLs: []string{"/", "/user/login", "/user/plants","/admin/tabnames/download","/user/getimg", "/admin/api/screw/receive","/admin/log/artdemandhead/selectlastmodify","/admin/log/artdemandlst/synchronous","/admin/log/artdemandlstcache/synchronouscache"},//免token验证路径
IgnoreURLs: []string{"/", "/user/login", "/user/plants","/admin/tabnames/download","/user/getimg", "/admin/api/screw/receive","/admin/log/artdemandhead/selectlastmodify","/admin/log/artdemandlst/synchronous","/admin/log/artdemandlstcache/synchronouscache", "/admin/report/filterdatainfo/display"},//免token验证路径
JWTTimeout: 72000,
LogLevel: "debug",
Secret: "lapp_gaas_gframe",


Loading…
Cancel
Save