From da30fcb34b98f4b1476209e2e712d52ba50e49bf Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 07 四月 2026 09:00:58 +0800
Subject: [PATCH] 修复 抄送人选择模块 在 后端启用 JWT功能时,没有自动插入 Token 的问题,并 排查 剩余模块中,有无类似 问题

---
 WebTM/layuiadmin/Scripts/webConfig.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index bdd4262..75e47db 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -36,7 +36,7 @@
     //var WEBURL = "http://121.36.199.126:8181/API/";   //涓夊崌
     //var WEBURL = "http://36.134.2.30:200/WEBS-API/";  //閲戝竻
     //var WEBURL = "http://172.16.1.85/API/";           //杩﹀崡
-    var WEBURL = "http://61.164.64.222:8082/API_WW/"
+    // var WEBURL = "http://61.164.64.222:8082/API_WW/"
     return WEBURL
 }
 
@@ -112,7 +112,7 @@
             // 鏈櫥褰� / token 杩囨湡
             layer.confirm(jqxhr.responseJSON.Message, { icon: 7, title: '鎻愮ず' }, function () {
                 localStorage.removeItem('token');
-                window.top.location.href = '/views/user/login.html'; // 璺冲埌鐧诲綍椤�
+                window.top.location.href = '/WEBTM/views/user/login.html'; // 璺冲埌鐧诲綍椤�
 
             });
         } else if (status === 403) {

--
Gitblit v1.9.1