__uniappservice.html 1.78 KB
<!DOCTYPE html>
<html>

  <head>
    <meta charset="UTF-8" />
    <script>
        var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
        document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
    </script>
    <title>Service</title>
    <style>
      html,
      body {
        margin: 0;
      }
    </style>
    <script>
      var __wxConfig = {"debug":false,"appname":"app","entryPagePath":"components/index.html","page":{"components/index.html":{"window":{"navigationBarTitleText":"组件"}},"pages/API/index.html":{"window":{"navigationBarTitleText":"接口"}},"components/view/index.html":{"window":{"navigationBarTitleText":"view"}}},"global":{"window":{"titleNView":false,"navigationBarTextStyle":"black","navigationBarTitleText":"演示","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"}},"tabBar":{"color":"#7A7E83","selectedColor":"#3cc51f","backgroundColor":"#ffffff","borderStyle":"black","list":[{"pagePath":"components/index.html","iconPath":"static/logo.png","selectedIconPath":"static/logo.png","text":"组件a"},{"pagePath":"pages/API/index.html","iconPath":"static/logo.png","selectedIconPath":"static/logo.png","text":"接口"}],"position":"bottom"},"networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"platform":"devtools","pages":["components/index","pages/API/index","components/view/index"],"subPackages":[],"usingComponents":{},"splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false}}
    </script>
    <script src="__uniappes6.js"></script>
  </head>

  <body>
  </body>

</html>