From 42ef69a6a50f5431fe718ebde2bf646ca2a17609 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 02 四月 2026 09:56:04 +0800
Subject: [PATCH] 密码加密,地磅抓拍
---
igdss-app/index.html | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/igdss-app/index.html b/igdss-app/index.html
index e7c54ef..96fcc70 100644
--- a/igdss-app/index.html
+++ b/igdss-app/index.html
@@ -135,13 +135,6 @@
</div>
<div class="name">棣栭〉</div>
</a>
- <a class="tab-item">
- <div class="icon">
- <img src="images/icons/t-2.png" alt="">
- <img src="images/icons/t-2a.png" alt="">
- </div>
- <div class="name">娑堟伅</div>
- </a>
<a id="my" class="tab-item">
<div class="icon">
<img src="images/icons/t-3.png" alt="">
@@ -170,9 +163,9 @@
$("#cname").html(user.cname);
if(userType=="30"){
document.getElementById('work-manager').closest('li').remove();
- return;
}
- if (user.companyId == user.deptId) {
+ console.log(user.deptId.length)
+ if (user.deptId.length<8) {
data.data.companyId = user.companyId;
data.data.deptId = user.deptId;
getListDept();
--
Gitblit v1.9.3