From ab18d4bf64393a9e3a1d50c3646de6f616c28104 Mon Sep 17 00:00:00 2001 From: xuli Date: Thu, 13 Nov 2025 17:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E8=B1=AA=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NFine.Web/Views/Login/Index.cshtml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/NFine.Web/Views/Login/Index.cshtml b/NFine.Web/Views/Login/Index.cshtml index 24bc19f..1b6f760 100644 --- a/NFine.Web/Views/Login/Index.cshtml +++ b/NFine.Web/Views/Login/Index.cshtml @@ -4,7 +4,7 @@ - 苏州明浩电子有限公司--看板 + 金豪电机科技(苏州)有限公司--看板 @@ -37,13 +37,15 @@
+ -
@@ -73,10 +75,14 @@ - function btn_WIP3() { + function btn_WIP1() { var cc = window.location.href.replace("/Login/Index", ""); window.open(cc + "SRM/WatchPanel/PanelWip?&" + Math.random()); } + function btn_WIP2() { + var cc = window.location.href.replace("/Login/Index", ""); + window.open(cc + "SRM/WatchPanel/PanelWip2?&" + Math.random()); + }