OpenApi.cshtml 410 B

1234567891011121314151617181920
  1. @using WeApp.Authorization
  2. @{
  3. ViewBag.ActiveMenu = PermissionNames.Pages;
  4. ViewBag.Title = "平台开放性接口";
  5. }
  6. @section css{
  7. <style>
  8. iframe {
  9. text-align: center;
  10. border: none;
  11. width: 100%;
  12. min-height: calc(100vh - 111px)
  13. }
  14. </style>
  15. }
  16. <iframe id="doc" name="doc" src="/doc/index" style=""></iframe>
  17. @section scripts
  18. {
  19. }