♻️ 后台链接改为后台配置

🐛 修复配置链接

🐛 修复配置链接

🐛 修复配置链接

♻️ 后台链接改为后台配置

♻️ 后台链接改为后台配置

🐛 修复配置链接

🐛 修复配置链接
This commit is contained in:
sunxiaolong
2024-06-25 02:47:26 +08:00
parent 23d1af53c5
commit db8c97f780
9 changed files with 34 additions and 15 deletions

View File

@@ -344,20 +344,23 @@
<a href="#" onclick='loadMainContent("/account_history.html")'><span>资金流水</span></a>
</div>
</div>
{{range.roadList}}
<div>
<a href="#" class="first-menu">
<span class="glyphicon glyphicon-book"></span>
<span class="first-title">订单管理</span>
<span class="first-title">订单管理({{RoadName}})</span>
<span class="glyphicon glyphicon-plus last-glyphicon"></span>
</a>
<div class="second-menu">
<a href="#" onclick='loadMainContent("/order_info.html")'><span>实时订单</span></a>
<a href="#" onclick='loadMainContent("/order_profit.html")'><span>订单收益</span></a>
<a href="#" onclick='loadMainContent("/order-summary-info.html")'><span>订单汇总</span></a>
<a href="#"
onclick='loadMainContent("/order_info.html?roadId={{{RoadUid}}")'><span>实时订单</span></a>
<a href="#"
onclick='loadMainContent("/order_profit.html?roadId={{{RoadUid}}")'><span>订单收益</span></a>
<a href="#"
onclick='loadMainContent("/order-summary-info.html?roadId={{{RoadUid}}")'><span>订单汇总</span></a>
</div>
</div>
{{end}}
<div>
<a href="#" class="first-menu">
<span class="glyphicon glyphicon-piggy-bank"></span>