From 705909e14fe4e9f2fc261ee4eb40a8b41fa2f6d4 Mon Sep 17 00:00:00 2001 From: wzp <2880584989@qq.com> Date: 星期二, 12 七月 2022 17:37:26 +0800 Subject: [PATCH] 增加免密登陆的token --- web/web/GwOrderList.aspx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/web/GwOrderList.aspx b/web/web/GwOrderList.aspx index b801ca0..1fda705 100644 --- a/web/web/GwOrderList.aspx +++ b/web/web/GwOrderList.aspx @@ -151,6 +151,10 @@ </div> <div class="input-group m-b"> <input type="button" value="鏌ヨ" class="btn btn-primary action-query" /> + <% if (!string.IsNullOrEmpty(backUrl)) + { %> + <a class="btn btn-default action-back" href="javascript:;" onclick="return window.location = '<%=backUrl %>'">杩斿洖</a> + <% } %> </div> </div> <div class="table-responsive"> -- Gitblit v1.9.1