Merge branch '1.2.x' into 1.3.x
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 1bd7fc6..607e70e 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -17,6 +17,31 @@
 云平台后端API
 
 
+#### develop
+
+##### 1.4.0 (SNAPSHOT)
+
+chore: 升级版本,1.4.0-SNAPSHOT
+
+
+#### 1.3.x
+
+##### 1.3.1 (SNAPSHOT)
+
+chore: 升级版本,1.3.1-SNAPSHOT
+
+
+##### 1.3.0
+
+chore: 新分支1.3.x,预发布,版本号 1.3.0-SNAPSHOT
+fix: 增加配置,定时刷新
+refactor: 将 角色同步接口 迁移至 admin-center-sa
+chore: 数据库部署脚本
+refactor: 将MeController 迁移到 zuul 下
+feat: 管理操作日志
+chore: 升级版本,1.3.0-SNAPSHOT
+
+
 #### 1.2.x
 
 ##### 1.2.2 (SNAPSHOT)
@@ -161,6 +186,29 @@
 云平台管理UI
 
 
+#### develop
+
+##### 1.4.0 (SNAPSHOT)
+
+chore: 升级版本,1.4.0-SNAPSHOT
+
+
+#### 1.3.x
+
+##### 1.3.1 (SNAPSHOT)
+
+chore: 升级版本,1.3.1-SNAPSHOT
+
+
+##### 1.3.0
+
+chore: 发布版本,1.3.0-RELEASE
+chore: 新分支1.3.x,预发布,版本号 1.3.0-SNAPSHOT
+Merge branch 'release-1.2.1' into develop
+Merge branch 'release-1.2.0' into develop
+chore: 升级版本,1.3.0-SNAPSHOT
+
+
 #### 1.2.x
 
 ##### 1.2.2 (SNAPSHOT)
diff --git "a/deploy-manifests/charts/1.2.0000.\344\272\221\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214\357\274\210\345\237\272\344\272\216\345\272\224\347\224\250\345\225\206\345\272\227\357\274\211.md" "b/deploy-manifests/charts/1.2.0000.\344\272\221\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214\357\274\210\345\237\272\344\272\216\345\272\224\347\224\250\345\225\206\345\272\227\357\274\211.md"
index 38693d1..a9fd2ce 100644
--- "a/deploy-manifests/charts/1.2.0000.\344\272\221\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214\357\274\210\345\237\272\344\272\216\345\272\224\347\224\250\345\225\206\345\272\227\357\274\211.md"
+++ "b/deploy-manifests/charts/1.2.0000.\344\272\221\345\271\263\345\217\260\345\256\211\350\243\205\351\203\250\347\275\262\346\211\213\345\206\214\357\274\210\345\237\272\344\272\216\345\272\224\347\224\250\345\225\206\345\272\227\357\274\211.md"
@@ -9,11 +9,28 @@
 版本 | 作者 | 日期 | 备注
 - | - | - | -
 v1 | 刘洪青 | 2021-05-15 | 初稿
+v1.3 | 刘洪青 | 2021-09-18 | V1.3 版本的部署更新
 
 
 [TOC]
 
 
+## 部署变更说明
+
+**仅列举了一些重要的、对外部存在影响的变更**
+
+
+### V1.3
+
+1. Context Path 变更
+
+变更,admin-center-zuul,context path 更新为 /admin
+
+2. 访问地址变更
+
+变更,管理中心后端API,`https://admin-center.paas.xxx.edu.cn` 变更为 `https://admin-center.paas.xxx.edu.cn/admin`
+
+
 ## 安装准备
 
 ### MySQL 初始配置及相关基础命令
@@ -305,16 +322,16 @@
 
 * 个人中心
 
-  个人中心访问地址: `http://security-center.paas.<school>.edu.cn` ,如果有门户,可以链接到门户的个人中心
+  个人中心访问地址: `https://authx-service.paas.<school>.edu.cn` ,如果有门户,可以链接到门户的个人中心
 
 
 * 管理功能 - 认证授权
 
-  认证管理SPA的地址: `https://admin-platform.paas.<school>.edu.cn`
-  用户管理SPA的地址: `https://admin-platform.paas.<school>.edu.cn`
-  授权管理SPA的地址: `https://admin-platform.paas.<school>.edu.cn`
+  认证管理SPA的地址: `https://authx-service.paas.<school>.edu.cn/authx-management`
+  用户管理SPA的地址: `https://authx-service.paas.<school>.edu.cn/authx-management`
+  授权管理SPA的地址: `https://authx-service.paas.<school>.edu.cn/authx-management`
 
-  安全中心后端地址: `https://security-center.paas.<school>.edu.cn`
+  安全中心后端地址: `https://authx-service.paas.<school>.edu.cn/personal`
 
 
 * 管理功能 - 流程表单
diff --git a/deploy-manifests/charts/10.0.init.sql b/deploy-manifests/charts/10.0.init.sql
index 8b04d75..a07b156 100644
--- a/deploy-manifests/charts/10.0.init.sql
+++ b/deploy-manifests/charts/10.0.init.sql
@@ -59,9 +59,9 @@
 update TB_SERVICE 
 set 
   DELETED=1,
-  INFORMATION_URL='https://admin-center.paas.example.com', 
-  LOGOUT_URL='https://admin-center.paas.example.com/slo?redirect_uri=https://admin-platform.paas.example.com?clearCertification=Admin-Token',
-  SERVICE_ID='https://admin-center.paas.example.com/cas/(.*)'
+  INFORMATION_URL='https://admin-center.paas.example.com/admin', 
+  LOGOUT_URL='https://admin-center.paas.example.com/admin/slo?redirect_uri=https://admin-platform.paas.example.com?clearCertification=Admin-Token',
+  SERVICE_ID='https://admin-center.paas.example.com/admin/cas/(.*)'
 where ID='1';  -- todo, modify
 
 commit;
@@ -130,10 +130,30 @@
 
 use user_authz;
 
+-- 如果已经存在,则无须执行 INSERT
+INSERT INTO TB_R_SYSTEM (ID, COMPANY_ID, DELETED, ADD_ACCOUNT, ADD_TIME, 
+  BUSINESS_DOMAIN_ID, 
+  CODE, NAME, ENABLED)
+VALUES ('1', '1', 0, 'admin', '2019-07-01 00:00:00', 
+  '1', 
+   '1', '云平台', 1);
+
+INSERT INTO TB_APPLICATION (ID, COMPANY_ID, DELETED, ADD_ACCOUNT, ADD_TIME, 
+  BUSINESS_DOMAIN_ID, SYSTEM_ID, 
+  NAME, APPLICATION_ID, SYNC_URL, ENABLED)
+VALUES ('1', '1', 0, 'admin', '2019-07-01 00:00:00', 
+  '1', '1', 
+  '云平台', '1', 'http://admin-platform-admin-center-sa.admin-platform.svc.cluster.local:8080/v1/admin/open/sync/roles', 1);
+
+commit;
+
+
 -- 更新 admin-center 下的角色同步地址
+-- 外部地址 https://admin-center.paas.example.com/admin/api/v1/mgt/open/sync/roles
 update TB_APPLICATION
 set
-  SYNC_URL='https://admin-center.paas.example.com/api/v1/open/sync/roles'
+  NAME='云平台',
+  SYNC_URL='http://admin-platform-admin-center-sa.admin-platform.svc.cluster.local:8080/v1/admin/open/sync/roles'
 where ID='1';  -- todo, modify
 
 commit;
diff --git "a/deploy-manifests/k8s-rancher/0.1.3.\344\272\221\345\271\263\345\217\260\345\215\207\347\272\247\346\226\207\346\241\243\357\274\210V1.2-V1.3\357\274\211.md" "b/deploy-manifests/k8s-rancher/0.1.3.\344\272\221\345\271\263\345\217\260\345\215\207\347\272\247\346\226\207\346\241\243\357\274\210V1.2-V1.3\357\274\211.md"
new file mode 100644
index 0000000..59ce57a
--- /dev/null
+++ "b/deploy-manifests/k8s-rancher/0.1.3.\344\272\221\345\271\263\345\217\260\345\215\207\347\272\247\346\226\207\346\241\243\357\274\210V1.2-V1.3\357\274\211.md"
@@ -0,0 +1,67 @@
+
+# 云平台升级文档(V1.2 ~ V1.3)
+
+
+## 部署变更说明
+
+1. 版本号升级,1.3.x-RELEASE
+
+
+2. Context Path 变更
+
+(可选)变更,admin-center-zuul,context path 更新为 /admin
+
+3. 访问地址变更
+
+(可选)变更,管理中心后端API,`https://admin-center.paas.xxx.edu.cn` 变更为 `https://admin-center.paas.xxx.edu.cn/admin`
+
+4. 部署yaml 变更
+
+新增,6.admin-center,4.4.admin-center-bff.yaml,ConfigMap 增加 日志服务相关配置 `AUTHX_LOG_*`
+
+(可选)新增,6.admin-center,4.5.admin-center-zuul.yaml,ConfigMap 增加 context path 配置 `SERVER_SERVLET_CONTEXT_PATH: /admin`
+(可选)变更,6.admin-center,4.5.admin-center-zuul.yaml,ConfigMap 修改 `APP_SERVER_HOST_URL: https://admin-center.paas.xxx.edu.cn/admin`
+
+(可选)变更,7.admin-platform,4.1.admin-management.yaml,ConfigMap 修改 `BACKEND_URL: http://admin-center.paas.xxx.edu.cn/admin`
+
+(可选)变更,7.admin-platform,4.2.admin-platform.yaml,ConfigMap 修改 `ADMIN_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/`
+(可选)变更,7.admin-platform,4.2.admin-platform.yaml,ConfigMap 修改 `PERSONAL_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/`
+(可选)变更,7.admin-platform,4.2.admin-platform.yaml,ConfigMap 修改 `ADMIN_MGT_BACKEND_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/`
+
+
+## 升级说明
+
+1. 将 工作负载 下的服务 升级到 1.3.x 版本(注意,先执行 `*-installer`)
+
+2. ConfigMap 增加 日志服务相关配置 `AUTHX_LOG_*`
+   包括:
+   admin-center-bff
+
+3. (可选)admin-center,ConfigMap 增加 context path 配置 `SERVER_SERVLET_CONTEXT_PATH: /admin`
+4. (可选,和 8 一起修改)调整 admin-center-ingress 下 admin-center-svc 对应的 path 为 /admin
+
+5. (可选)修改 admin-center-zuul 的 ConfigMap
+
+  `APP_SERVER_HOST_URL: https://admin-center.paas.xxx.edu.cn/admin`
+  注:
+  若 context path 未配置,则不修改;
+
+6. (可选)修改 admin-management 的 ConfigMap
+
+  `BACKEND_URL: http://admin-center.paas.xxx.edu.cn/admin`
+  注:
+  若 context path 未配置,则不修改;
+
+7. (可选)修改 admin-platform 的 ConfigMap
+
+  `ADMIN_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/`
+  注:
+  若 context path 未配置,则不修改;
+
+  `PERSONAL_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/`
+  注:
+  若 context path 未配置,则不修改;
+
+  `ADMIN_MGT_BACKEND_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/`
+  注:
+  若 context path 未配置,则不修改;
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/10.0.init.sql b/deploy-manifests/k8s-rancher/6.admin-platform/10.0.init.sql
index 05e5a6c..94e4101 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/10.0.init.sql
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/10.0.init.sql
@@ -31,13 +31,14 @@
 
 use cas_server;
 
--- 更新 服务 admin-center 的信息
+-- 更新 服务 admin-center 的信息(废弃)
 
 update TB_SERVICE 
 set 
-  INFORMATION_URL='http://admin-center.paas.example.com', 
-  LOGOUT_URL='https://admin-center.paas.example.com/slo?redirect_uri=https://admin-platform.paas.example.com/?clearCertification=clearCertification',
-  SERVICE_ID='http://admin-center.paas.example.com/cas/(.*)'
+  DELETED=1,
+  INFORMATION_URL='http://admin-center.paas.example.com/admin', 
+  LOGOUT_URL='https://admin-center.paas.example.com/admin/slo?redirect_uri=https://admin-platform.paas.example.com/?clearCertification=clearCertification',
+  SERVICE_ID='http://admin-center.paas.example.com/admin/cas/(.*)'
 where ID='1';  -- todo, modify
 
 commit;
@@ -116,6 +117,7 @@
 
 commit;
 
+
 use user_authz;
 
 update TB_ROLE 
@@ -127,13 +129,15 @@
 
 -- 清理用户授权的管理角色 END
 
+
 use user_authz;
 
 -- 更新 admin-center 下的角色同步地址
 
+-- 外部地址 http://admin-center.paas.example.com/api/v1/open/sync/roles
 update TB_APPLICATION
 set
-  SYNC_URL='http://admin-center.paas.example.com/api/v1/open/sync/roles'
+  SYNC_URL='http://admin-center-sa-svc.admin-center.svc.cluster.local:8080/v1/admin/open/sync/roles'
 where ID='1';  -- todo, modify
 
 commit;
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/2.admin-center-ingresses.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/2.admin-center-ingresses.yaml
index b701016..981451b 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/2.admin-center-ingresses.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/2.admin-center-ingresses.yaml
@@ -17,7 +17,7 @@
   - host: admin-center.paas.xxx.edu.cn
     http:
       paths:
-      - path: /
+      - path: /admin
         backend:
           serviceName: admin-center-zuul-svc
           servicePort: http
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.0.admin-center-sa-installer.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.0.admin-center-sa-installer.yaml
index f4e62c8..4929fa2 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.0.admin-center-sa-installer.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.0.admin-center-sa-installer.yaml
@@ -28,7 +28,7 @@
       containers:
       - name: admin-center-sa-installer
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/admin-center/admin-center-sa-installer:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-center/admin-center-sa-installer:1.3.0-RELEASE
         imagePullPolicy: Always
         envFrom:
         - configMapRef:
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.1.admin-center-poa.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.1.admin-center-poa.yaml
index fba492d..de8f8fc 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.1.admin-center-poa.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.1.admin-center-poa.yaml
@@ -90,7 +90,7 @@
       containers:
       - name: admin-center-poa
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/admin-center/admin-center-poa:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-center/admin-center-poa:1.3.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.2.admin-center-sa.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.2.admin-center-sa.yaml
index 83a613f..4bcf5c9 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.2.admin-center-sa.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.2.admin-center-sa.yaml
@@ -71,7 +71,7 @@
       containers:
       - name: admin-center-sa
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/admin-center/admin-center-sa:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-center/admin-center-sa:1.3.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.4.admin-center-bff.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.4.admin-center-bff.yaml
index 0e5d327..5df8a6b 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.4.admin-center-bff.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.4.admin-center-bff.yaml
@@ -79,6 +79,13 @@
   #TPAS_CLIENT_AUTH_TRUSTSTORE_PASSWORD: ""
 
 
+  AUTHX_LOG_ENABLED: "true"
+  AUTHX_LOG_RABBITMQ_HOST: rabbitmq-server.authx-service.svc.cluster.local
+  AUTHX_LOG_RABBITMQ_PORT: "5672"
+  AUTHX_LOG_RABBITMQ_USERNAME: guest
+  AUTHX_LOG_RABBITMQ_PASSWORD: guest
+
+
 ---
 apiVersion: v1
 kind: Service
@@ -120,7 +127,7 @@
       containers:
       - name: admin-center-bff
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/admin-center/admin-center-bff:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-center/admin-center-bff:1.3.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.5.admin-center-zuul.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.5.admin-center-zuul.yaml
index 0ad75fc..3902d92 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.5.admin-center-zuul.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/4.5.admin-center-zuul.yaml
@@ -14,6 +14,8 @@
   #SSL_TRUSTSTORE_FILE: file:/certs/server/server.truststore
   #SSL_TRUSTSTORE_PASSWORD: ""
 
+  SERVER_SERVLET_CONTEXT_PATH: "/admin"
+
   SERVER_MAXHTTPHEADERSIZE: "10240"
 
   SERVER_TOMCAT_MAX_CONNECTIONS: "10000"
@@ -55,7 +57,7 @@
 
   INFRAS_SECURITY_CAS_ENABLED: "true"
   # 修改为学校的admin-center的访问域名
-  APP_SERVER_HOST_URL: "http://admin-center.paas.xxx.edu.cn"
+  APP_SERVER_HOST_URL: "http://admin-center.paas.xxx.edu.cn/admin"
   #APP_LOGIN_URL: "/cas/login"
   #APP_LOGOUT_URL: "/cas/logout"
   # 修改为学校的cas的访问域名
@@ -150,7 +152,7 @@
       containers:
       - name: admin-center-zuul
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/admin-center/admin-center-zuul:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-center/admin-center-zuul:1.3.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
@@ -173,7 +175,7 @@
             memory: "512Mi"
         readinessProbe:
           httpGet:
-            path: /actuator/health
+            path: /admin/actuator/health
             port: 8080
           initialDelaySeconds: 20
           periodSeconds: 5
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/9.api-docs-installer.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/9.api-docs-installer.yaml
index 3615156..4be6aac 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/9.api-docs-installer.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/6.admin-center/9.api-docs-installer.yaml
@@ -38,7 +38,7 @@
       containers:
       - name: api-docs-installer
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/admin-center/api-docs-installer:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-center/api-docs-installer:1.3.0-RELEASE
         imagePullPolicy: Always
         envFrom:
         - configMapRef:
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.1.admin-management.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.1.admin-management.yaml
index a1987a2..359a0d2 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.1.admin-management.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.1.admin-management.yaml
@@ -9,7 +9,7 @@
 data:
   SCHOOL_NAME: sw
   SERVER_URL: http://admin-management.paas.xxx.edu.cn
-  BACKEND_URL: http://admin-center.paas.xxx.edu.cn
+  BACKEND_URL: http://admin-center.paas.xxx.edu.cn/admin
 
   # 可选 jwt-cas,idToken-cas,uniauth
   AUTH_TYPE: idToken-cas
@@ -63,7 +63,7 @@
     spec:
       containers:
       - name: admin-management
-        image: harbor.supwisdom.com/admin-platform/admin-management:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-platform/admin-management:1.3.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 80
diff --git a/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.2.admin-platform.yaml b/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.2.admin-platform.yaml
index a7b967d..424fb5b 100644
--- a/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.2.admin-platform.yaml
+++ b/deploy-manifests/k8s-rancher/6.admin-platform/7.admin-platform/4.2.admin-platform.yaml
@@ -38,18 +38,18 @@
   ADMIN_PLATFORM_SERVER_URL: https://admin-platform.paas.xxx.edu.cn/
 
   ADMIN_CENTER_AUTH_URL: http://admin-center.paas.xxx.edu.cn/jwt/cas
-  ADMIN_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/
+  ADMIN_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/
   
   PERSONAL_CENTER_SERVER_URL: https://admin-platform.paas.xxx.edu.cn/personal-center/
   PERSONAL_CENTER_AUTH_URL: https://admin-center.paas.xxx.edu.cn/jwt/cas
-  PERSONAL_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/
+  PERSONAL_CENTER_BACK_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin/
   
   # 个人安全中心
-  ACCOUNT_CENTER_SERVER_URL: https://security-center.paas.xxx.edu.cn/
+  ACCOUNT_CENTER_SERVER_URL: https://authx-service.paas.xxx.edu.cn/
 
   # 云平台基础管理
   ADMIN_MGT_SERVER_URL: https://admin-platform.paas.xxx.edu.cn
-  ADMIN_MGT_BACKEND_API_PREFIX: https://admin-center.paas.xxx.edu.cn
+  ADMIN_MGT_BACKEND_API_PREFIX: https://admin-center.paas.xxx.edu.cn/admin
   
   # 流程管理
   FORMFLOW_AUTH_URL: https://formflow.paas.xxx.edu.cn/formflow/cas/authen/redirect
@@ -131,9 +131,9 @@
 
   ADMIN_MGT_SPA_URL: ""
 
-  CAS_SERVER_SPA_URL: https://admin-platform.paas.xxx.edu.cn/cas-server
-  USER_SERVER_SPA_URL: https://admin-platform.paas.xxx.edu.cn/user-server
-  AUTH_SERVER_SPA_URL: https://admin-platform.paas.xxx.edu.cn/auth-server
+  CAS_SERVER_SPA_URL: https://authx-service.paas.xxx.edu.cn/cas-server-ui
+  USER_SERVER_SPA_URL: https://authx-service.paas.xxx.edu.cn/user-server-ui
+  AUTH_SERVER_SPA_URL: https://authx-service.paas.xxx.edu.cn/auth-server-ui
 
   ACCOUNT_CENTER_SPA_URL: https://admin-platform.paas.xxx.edu.cn/account-center
 
@@ -197,7 +197,7 @@
       containers:
       - name: admin-platform
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/admin-platform/admin-platform:1.2.1-RELEASE
+        image: harbor.supwisdom.com/admin-platform/admin-platform:1.3.0-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 80