提交 34cb097c 编写于 作者: H hjdhnx

美化首页,增加在线进程管理超链接

上级 4134a36b
...@@ -63,9 +63,8 @@ def forbidden(): # put application's code here ...@@ -63,9 +63,8 @@ def forbidden(): # put application's code here
@app.route('/index') @app.route('/index')
def index(): # put application's code here def index(): # put application's code here
# logger.info("进入了首页") # logger.info("进入了首页")
a = redirect(url_for('vod')).headers['Location'] manager = getHost(1).split(':')[0] + ':9001'
print(a) return render_template('index.html',getHost=getHost,manager=manager)
return render_template('index.html',getHost=getHost)
@app.route('/vod') @app.route('/vod')
def vod(): def vod():
......
...@@ -13,18 +13,28 @@ ...@@ -13,18 +13,28 @@
<style> <style>
.btn{ .btn{
margin-bottom: 2rem; margin-bottom: 2rem;
border:1px solid #F00; border: 1px solid #615e5e;
width: 180px; width: 180px;
height: 30px; height: 30px;
text-align: center; text-align: center;
background-color: #1379cb; background-color: #1379cb;
color: #ffffff; color: #ffffff;
} border-radius: 20px;
line-height: 30px;
}
.btn a{ .btn a{
color: #ffffff; color: #ffffff;
} }
a {
text-decoration: none;
text-align: center;
line-height: 30px;
}
</style> </style>
<body> <body style="background: #FFFFFF url(https://cdn.seovx.com/d/?mom=302) no-repeat fixed center;max-hright;">
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
$("#gen_config").click(function(){ $("#gen_config").click(function(){
...@@ -39,6 +49,7 @@ ...@@ -39,6 +49,7 @@
</script> </script>
<h1>欢迎使用dr_py项目</h1> <h1>欢迎使用dr_py项目</h1>
<p>可以简单的自定义爬虫实现cms数据接口</p> <p>可以简单的自定义爬虫实现cms数据接口</p>
<div class="btn" style="display: none"> <div class="btn" style="display: none">
<a href="/clear?rule=">缓存清理接口</a> <a href="/clear?rule=">缓存清理接口</a>
</div> </div>
...@@ -60,6 +71,9 @@ ...@@ -60,6 +71,9 @@
<div class="btn"> <div class="btn">
<a href="http://{{ getHost(1) }}/config/1">局域网配置地址</a> <a href="http://{{ getHost(1) }}/config/1">局域网配置地址</a>
</div> </div>
<div class="btn">
<a href="http://{{ manager }}">局域网在线进程管理</a>
</div>
{% endif %} {% endif %}
<div class="btn"> <div class="btn">
<a href="http://{{ getHost(2) }}/config/2">远程配置地址</a> <a href="http://{{ getHost(2) }}/config/2">远程配置地址</a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册