From a41c87a94a0b52688420a7af3b242bc771628e28 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期五, 19 七月 2024 17:30:32 +0800
Subject: [PATCH] 登录logo更新

---
 src/api/tigerapi/model/router.ts |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/api/tigerapi/model/router.ts b/src/api/tigerapi/model/router.ts
index 9d18094..377a3c4 100644
--- a/src/api/tigerapi/model/router.ts
+++ b/src/api/tigerapi/model/router.ts
@@ -101,7 +101,8 @@
   GPH_Y: number;
   GPH_PROP: string;
   GPH_TEXT: string;
-  NEED_SETUP: number;
+  NEED_SETUP: string;
+  NEED_RESET: string;
   // DO_TYPE: number;
   // DO_METHOD: string;
   // DO_IF_PASS: string;
@@ -164,3 +165,16 @@
 	NODE_ID: string;
 	POST_CODE: string;
 }
+
+export interface V_MES_ROUTE_PTREE {
+	pid: string;
+	tid: string;
+	id: string;
+	code: string;
+	name: string;
+	type: string;
+	seq: number;
+}
+
+
+

--
Gitblit v1.9.3