1234567891011121314151617181920 |
- @using WeApp.Authorization
- @{
- ViewBag.ActiveMenu = PermissionNames.Pages;
- ViewBag.Title = "平台开放性接口";
- }
- @section css{
- <style>
- iframe {
- text-align: center;
- border: none;
- width: 100%;
- min-height: calc(100vh - 111px)
- }
- </style>
- }
- <iframe id="doc" name="doc" src="/doc/index" style=""></iframe>
- @section scripts
- {
-
- }
|