fix: 修正token-server 的配置
diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml
index e95616d..c9e6e7d 100644
--- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml
+++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml
@@ -38,9 +38,9 @@
 
 
   # **修改** 学校的根域名
-  TOKEN_SERVER_PREFIX: https://token.paas.xxx.edu.cn/token
+  TOKEN_SERVER_PREFIX: https://cas.paas.xxx.edu.cn/token
   # **修改** 学校的根域名
-  TOKEN_SERVER_SECURITY_JWT_ISS: token.paas.xxx.edu.cn
+  TOKEN_SERVER_SECURITY_JWT_ISS: cas-server.paas.xxx.edu.cn
   #TOKEN_SERVER_SECURITY_JWT_EXPIRATION: 2592000
   #TOKEN_SERVER_SECURITY_JWT_KICKOUT_ENABLED: "false"
   # **修改**