From 29f1c895d241f2f31f47770ce48072c837d394c3 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期日, 12 十一月 2023 21:59:37 +0800
Subject: [PATCH] 信用额度申请单:列表页面打印功能
---
WebTM/views/user/login2.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebTM/views/user/login2.html b/WebTM/views/user/login2.html
index f823a30..f449051 100644
--- a/WebTM/views/user/login2.html
+++ b/WebTM/views/user/login2.html
@@ -401,7 +401,7 @@
if (!judgeMorPCflag) {//绉诲姩绔�
window.location.href = '../../views/index_Mobile.html'
} else {//PC绔�
- window.location.href = '../../views/index.html'
+ window.location.href = '../../views/indexMenu.html'
}
get_WriteConfigFile();
}
--
Gitblit v1.9.1