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

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

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