Browse Source

first commit

zhuliang 7 years ago
parent
commit
ebd77ba31b
2 changed files with 50 additions and 12 deletions
  1. 0 12
      webroot/index.html
  2. 50 0
      webroot/index.php

File diff suppressed because it is too large
+ 0 - 12
webroot/index.html


+ 50 - 0
webroot/index.php

@@ -0,0 +1,50 @@
+<?php
+if (file_exists(realpath('./server/RTP/config/eo_config.php')))
+    include_once('./server/RTP/config/eo_config.php');
+defined('ALLOW_REGISTER') or define('ALLOW_REGISTER', TRUE);
+defined('ALLOW_UPDATE') or define('ALLOW_UPDATE', TRUE);
+defined('WEBSITE_NAME') or define('WEBSITE_NAME', 'Api管理分享平台 | ZhuLiang\'s Shared');
+?>
+<!DOCTYPE html>
+<html data-ng-app="eolinker">
+
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta name="baidu-site-verification" content="QB4v9rHypp">
+    <meta name="viewport" content="width=device-width, initial-scale=0.1,maximum-scale=1.0,user-scalable=0">
+    <meta name="product-type" content="0" />
+    <meta name="version" content="350">
+    <meta name="author" content="广州银云信息科技有限公司">
+    <title data-ng-init='title="<?php echo defined('WEBSITE_NAME') ? WEBSITE_NAME : ' '; ?>"'></title>
+    <link href="assets/images/favicon.ico" rel="shortcut icon">
+    <meta name="renderer" content="webkit">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <link rel="stylesheet" href="styles/app-4273e65e06.css">
+    <script>
+        var allowRegister =<?php echo ALLOW_REGISTER ? 'true' : 'false'; ?>;
+        var allowUpdate =<?php echo ALLOW_UPDATE ? 'true' : 'false'; ?>;
+        var language = "<?php echo defined('LANGUAGE') ? LANGUAGE : 'zh-cn'; ?>";
+    </script>
+</head>
+</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>
+<div ui-view=""></div>
+<eo-modal></eo-modal>
+</body>
+<script id="plug-inner-script"></script>
+<script src="scripts/app-1ee7ea79f2.js"></script>
+</html>