Merge branch '1.0.x' into 1.1.x
diff --git "a/deploy-manifests/charts/1.0.0001.\345\274\200\346\224\276\345\271\263\345\217\260-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\274\200\345\217\221\350\200\205\344\270\255\345\277\203\357\274\211.md" "b/deploy-manifests/charts/1.0.0001.\345\274\200\346\224\276\345\271\263\345\217\260-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\274\200\345\217\221\350\200\205\344\270\255\345\277\203\357\274\211.md"
index a5bfff5..06690e8 100644
--- "a/deploy-manifests/charts/1.0.0001.\345\274\200\346\224\276\345\271\263\345\217\260-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\274\200\345\217\221\350\200\205\344\270\255\345\277\203\357\274\211.md"
+++ "b/deploy-manifests/charts/1.0.0001.\345\274\200\346\224\276\345\271\263\345\217\260-\350\256\244\350\257\201\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\357\274\210\345\274\200\345\217\221\350\200\205\344\270\255\345\277\203\357\274\211.md"
@@ -41,9 +41,9 @@
   `APPLICATION_DOMAIN`
 )
 VALUES ('90', '1', 0, 'admin', '2021-10-20 00:00:00',
-  '开发者中心', '开发者中心', 'https://dev-portal.paas.xxx.edu.cn/', 'https://dev-portal.paas.xxx.edu.cn/?clearCertification=clearCertification', 
+  '开发者中心', '开发者中心', 'https://dev-center.paas.xxx.edu.cn/dev-portal/', 'https://dev-center.paas.xxx.edu.cn/dev-portal/?clearCertification=clearCertification', 
   'REDIRECT', 'FRONT_CHANNEL', 
-  90, '开发者中心', 90, 'https://dev-portal.paas.xxx.edu.cn/(.*)', 
+  90, '开发者中心', 90, 'https://dev-center.paas.xxx.edu.cn/dev-portal/(.*)', 
   1, 1, 1, 
   1, 1, 
   '90', '90', 
@@ -54,12 +54,12 @@
 -- 修改根域名
 update TB_SERVICE 
 set 
-  INFORMATION_URL='https://dev-portal.paas.xxx.edu.cn/', 
-  LOGOUT_URL='https://dev-portal.paas.xxx.edu.cn/?clearCertification=clearCertification', 
-  SERVICE_ID='https://dev-portal.paas.xxx.edu.cn/(.*)', 
+  INFORMATION_URL='https://dev-center.paas.xxx.edu.cn/dev-portal/', 
+  LOGOUT_URL='https://dev-center.paas.xxx.edu.cn/dev-portal/?clearCertification=clearCertification', 
+  SERVICE_ID='https://dev-center.paas.xxx.edu.cn/dev-portal/(.*)', 
   ID_TOKEN_ENABLED=1,
   JWT_AS_SERVICE_TICKET=1,
-  APPLICATION_DOMAIN='dev-portal.paas.xxx.edu.cn'
+  APPLICATION_DOMAIN='dev-center.paas.xxx.edu.cn'
 where ID='90';  -- todo, modify