master
wangbing 6 years ago
parent e443d30c2b
commit 16cc6ad5c4

@ -17,7 +17,7 @@ web.welcome.page = /index.htm
# 需要验证授权 # 需要验证授权
web.url.auth.included = /** web.url.auth.included = /**
# 不需要验证授权 # 不需要验证授权
web.url.auth.excluded = /favicon.ico,/static/**,/open/**,/api,/index.htm,/,/login.htm,/app.htm web.url.auth.excluded = /favicon.ico,/static/**,/open/**,/api,/index.htm,/home.htm,/,/login.htm,/app.htm
# 默认的登录URL # 默认的登录URL
web.url.login = /login.htm web.url.login = /login.htm
# 日志配置 # 日志配置

@ -18,7 +18,7 @@ web.welcome.page = /index.htm
# 需要验证授权 # 需要验证授权
web.url.auth.included = /** web.url.auth.included = /**
# 不需要验证授权 # 不需要验证授权
web.url.auth.excluded = /favicon.ico,/static/**,/open/**,/api,/index.htm,/,/login.htm,/app.htm web.url.auth.excluded = /favicon.ico,/static/**,/open/**,/api,/index.htm,/home.htm,/,/login.htm,/app.htm
# 默认的登录URL # 默认的登录URL
web.url.login = /login.htm web.url.login = /login.htm
# 日志配置 # 日志配置

@ -15,13 +15,6 @@
<body> <body>
<#include Layout.setControl("macro")/> <#include Layout.setControl("macro")/>
<#include Layout.setControl("nav")/> <#include Layout.setControl("nav")/>
<div class="wb-layout-title-fix">
<div class="wb-head">
<#include Layout.setControl("header")/>
</div>
<div class="wb-body">
<#include Layout.setScreen()/> <#include Layout.setScreen()/>
</div>
</div>
</body> </body>
</html> </html>

Loading…
Cancel
Save

Powered by TurnKey Linux.