删除备份配置文件并更新首页菜单,新增订单管理功能
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
appname = jhboss
|
||||
httpport = 12306
|
||||
runmode = dev
|
||||
HTTPAddr = localhost
|
||||
sessionon = true
|
||||
sessionprovider = redis
|
||||
sessiongcmaxlifetime = 86400
|
||||
sessioncookielifetime = 86400
|
||||
sessionProviderConfig = 127.0.0.1:6379,100,astaxie
|
||||
showStealConfig = true
|
||||
|
||||
[mysql]
|
||||
dbhost = localhost
|
||||
dbport = 3306
|
||||
dbuser = root
|
||||
dbpasswd = 123456
|
||||
dbbase = juhe_pay
|
||||
|
||||
[redis]
|
||||
host = localhost
|
||||
port = 6379
|
||||
password = ''
|
||||
db = 10
|
||||
|
||||
[gateway]
|
||||
host = http://localhost:12309/
|
||||
|
||||
[testExtraLink]
|
||||
; 测试连接
|
||||
host = http://localhost:12305
|
||||
|
||||
[secret]
|
||||
key = thisis32bitlongpassphraseimusing
|
||||
iv = 1234567890123456
|
||||
|
||||
[baseSettings]
|
||||
title = 卡密核销结算平台
|
||||
baseSettings = 聚合支付管理系统
|
||||
@@ -315,27 +315,6 @@
|
||||
<a href="#" onclick='loadMainContent("/recharge-apple-card-order.html")'><span>充值订单管理</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div>-->
|
||||
<!-- <a href="#" class="first-menu">-->
|
||||
<!-- <span class="glyphicon glyphicon-user"></span>-->
|
||||
<!-- <span class="first-title">天猫充值管理</span>-->
|
||||
<!-- <span class="glyphicon glyphicon-plus last-glyphicon"></span>-->
|
||||
<!-- </a>-->
|
||||
<!-- <div class="second-menu">-->
|
||||
<!-- <a href="#" onclick='loadMainContent("/recharge-t-mall-game-workplace.html")'>-->
|
||||
<!-- <span>总览</span>-->
|
||||
<!-- </a>-->
|
||||
<!-- <a href="#" onclick='loadMainContent("/recharge-t-mall-game-account.html")'>-->
|
||||
<!-- <span>账号管理</span>-->
|
||||
<!-- </a>-->
|
||||
<!-- <a href="#" onclick='loadMainContent("/recharge-t-mall-game-order.html")'>-->
|
||||
<!-- <span>订单管理</span>-->
|
||||
<!-- </a>-->
|
||||
<!-- <a href="#" onclick='loadMainContent("/recharge-t-mall-game-shop-order.html")'>-->
|
||||
<!-- <span>天猫订单管理</span>-->
|
||||
<!-- </a>-->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<div>
|
||||
<a href="#" class="first-menu">
|
||||
<span class="glyphicon glyphicon-user"></span>
|
||||
@@ -410,6 +389,21 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<a href="#" class="first-menu">
|
||||
<span class="glyphicon glyphicon-book"></span>
|
||||
<span class="first-title" data-toggle="tooltip" title="订单管理">订单管理</span>
|
||||
<span class="glyphicon glyphicon-plus last-glyphicon"></span>
|
||||
</a>
|
||||
<div class="second-menu">
|
||||
<a href="#" data-toggle="tooltip"
|
||||
onclick='loadMainContent("/order_info.html")'><span>实时订单</span></a>
|
||||
<a href="#" data-toggle="tooltip"
|
||||
onclick='loadMainContent("/order_profit.html")'><span>订单收益</span></a>
|
||||
<a href="#" data-toggle="tooltip"
|
||||
onclick='loadMainContent("/order-summary-info.html")'><span>订单汇总</span></a>
|
||||
</div>
|
||||
</div>
|
||||
{{range.roadList}}
|
||||
<div>
|
||||
<a href="#" class="first-menu">
|
||||
|
||||
Reference in New Issue
Block a user