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/js/admin/depot-list.js |   23 +++--------------------
 1 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/igdss-app/js/admin/depot-list.js b/igdss-app/js/admin/depot-list.js
index 4fdc9fa..5d68c0e 100644
--- a/igdss-app/js/admin/depot-list.js
+++ b/igdss-app/js/admin/depot-list.js
@@ -2,9 +2,8 @@
 var depotList = null;
 var tag = "";
 var data = {
-	"interfaceId": "5102",
-	"sign": "10102",
-	"outId": "10102",
+	"interfaceId": "5201",
+	"outId": "10201",
 	"reqDateTime": new Date(),
 	"tokenAuth": "",
 	"data": {
@@ -23,7 +22,7 @@
 	
 	var user = JSON.parse(localStorage.getItem('user'));
 	var selectDeptId = JSON.parse(localStorage.getItem('selectDeptId'));
-	url = user.url + "/api-phone/v35/gateway";
+	url = user.url + "/api/phone/v1/gateway";
 	data.tokenAuth = user.tokenAuth;
 	data.data.deptId = selectDeptId;
 	getData();
@@ -123,22 +122,6 @@
 	//绮儏璇︾粏
 	if (tag == "grain") {
 		html = "grain-detail";
-	}
-	//闂ㄧ鎺у埗
-	if (tag == "door") {
-		html = "security-door";
-	}
-	//閫氶鎿嶄綔
-	if (tag == "verb") {
-		html = "device-verb";
-	}
-	//姘旇皟鎿嶄綔
-	if (tag == "n2") {
-		html = "device-n2";
-	}
-	//娓╂帶鎿嶄綔
-	if (tag == "temp") {
-		html = "device-temp";
 	}
 	if (html) {
 		mui.openWindow({

--
Gitblit v1.9.3