This website requires JavaScript.
Explore
Help
Sign In
orga0063
/
BootstrapAdmin
Watch
4
Star
0
Fork
You've already forked BootstrapAdmin
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
03ce600d15
BootstrapAdmin
/
Bootstrap.Admin
/
Views
/
Shared
/
Content.cshtml
5 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
增加一个前台测试页面,登陆后没有后台管理权限时显示此页面
2016-11-01 15:57:41 +08:00
@model ContentModel
增加一个content-body样式,适配前台配置的页面到iframe中
2016-11-01 20:14:27 +08:00
<div class="content-body">
<iframe src="@Model.Url"></iframe>
</div>