From 57233e23e69d04672f9721def4d00c2905922d25 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 12 二月 2026 14:40:07 +0800
Subject: [PATCH] APP
---
igdss-app/index.html | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/igdss-app/index.html b/igdss-app/index.html
index 1e28b2b..e7c54ef 100644
--- a/igdss-app/index.html
+++ b/igdss-app/index.html
@@ -87,7 +87,7 @@
<li>
<a id="work-manager" class="con">
<div class="icon">
- <img src="images/s-p9.png" alt="">
+ <img src="images/s-p5.png" alt="">
</div>
<div class="txt">鐩戠绠$悊</div>
</a>
@@ -95,7 +95,7 @@
<li>
<a id="grain-manager" class="con">
<div class="icon">
- <img src="images/s-p4.png" alt="">
+ <img src="images/s-p1.png" alt="">
</div>
<div class="txt">鏅鸿兘浠撳偍</div>
</a>
@@ -160,15 +160,21 @@
<script type="text/javascript" charset="utf-8">
//mui鍒濆鍖�
mui.init();
-
+
mui.plusReady(function() {
var user = JSON.parse(localStorage.getItem('user'));
data.tokenAuth = user.tokenAuth;
- url = user.url + "/api-phone/gateway";
-
+ url = user.url + "/api/phone/v1/gateway";
+ userType = user.userType;
+ console.log(JSON.stringify(user))
$("#cname").html(user.cname);
+ if(userType=="30"){
+ document.getElementById('work-manager').closest('li').remove();
+ return;
+ }
if (user.companyId == user.deptId) {
data.data.companyId = user.companyId;
+ data.data.deptId = user.deptId;
getListDept();
} else {
$("#deptName").html("鎵�鍦ㄥ簱鍖猴細" + user.deptName);
--
Gitblit v1.9.3