index.html 2.8 KB
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
<!DOCTYPE html>
<html data-ng-app="eolinker">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=0.1,maximum-scale=1.0,user-scalable=0">
    <meta name="description" content="GoKu Gateway | 悟空网关,是企业微服务架构的首选解决方案,支持私有云部署,实现流量控制、熔断机制、API转发、参数校验、数据缓存等功能,提供图形化界面,帮助企业进行API服务治理与维护,提高API业务安全性。">
    <meta name="keywords" content="网关,gateway,微服务,oepn api,Gateway,api,API网关,OpenAPI,微服务管理,API中间件,流量控制,权限管理,熔断,服务降级,IP黑白名单,请求转发,跨域,API服务治理平台,私有云,私有云部署,GO,golang"
    />
    <meta name="keywords" lang="en" content="gateway,api_gateway,microservices,open_api,middleware,service mesh,OpenAPI,rate_limiting,auth,authentication,ip_restriction,circuit_breaker,cors">
    <meta name="author" content="广州银云信息科技有限公司">
    <meta name="version" content="1.8.1">
    <!-- Browser-360 speed mode is enabled (webkit) -->
    <meta name="renderer" content="webkit">
    <!-- Use IE and Chrome latest version -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>GoKu Gateway | 企业微服务架构的首选解决方案,加速企业数字化转型</title>
    <link href="assets/images/favicon.ico" rel="shortcut icon">
    <!-- <base href="/"> -->
    <!-- build:css({.tmp/serve,src}) styles/app.css -->
    <!-- inject:css -->
    <!-- css files will be automatically insert here -->
    <!-- endinject -->
    <!-- endbuild -->
</head>
<!--[if lt IE 8]>
        <style>html,body{overflow:hidden;height:100%}</style>
        <div class="tb-ie-updater-layer"></div>
        <div class="tb-ie-updater-box" data-spm="20161112">
          <a href="https://www.google.cn/intl/zh-CN/chrome/browser/desktop/" class="tb-ie-updater-google" target="_blank" data-spm-click="gostr=/tbieupdate;locaid=d1;name=google">谷歌 Chrome</a>
          <a href="http://www.uc.cn/ucbrowser/download/" class="tb-ie-updater-uc" target="_blank" data-spm-click="gostr=/tbieupdate20161112;locaid=d2;name=uc">UC 浏览器</a>"
        </div>
    <![endif]-->

<body  drop-Down-Menu-Common-Directive>
    <div class="base-container-div">
        <div ui-view></div>
    </div>
    <eo-modal></eo-modal>
</body>
<!-- build:js({.tmp/serve,.tmp/partials,src}) scripts/app.js -->
<script src="app/vendor.js"></script>
<!-- inject:js -->
<!-- js files will be automatically insert here -->
<!-- endinject -->
<!-- inject:partials -->
<!-- angular templates will be automatically converted in js and inserted here -->
<!-- endinject -->
<!-- endbuild -->

</html>