diff --git a/LICENSE b/LICENSE index 0d5a696..170b01a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 BladeX (https://bladex.vip) +Copyright (c) 2023 BladeX (https://bladex.cn) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6ed3747..04c7c09 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
@@ -29,8 +29,8 @@
## 官方信息
-* 官网地址:[https://bladex.vip](https://bladex.vip)
-* 问答社区:[https://sns.bladex.vip](https://sns.bladex.vip)
+* 官网地址:[https://bladex.cn](https://bladex.cn)
+* 问答社区:[https://sns.bladex.cn](https://sns.bladex.cn)
* 会员计划:[SpringBlade会员计划](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade会员计划)
* 交流一群:`477853168`(满)
* 交流二群:`751253339`(满)
@@ -41,15 +41,15 @@
* 交流七群:`298061704`
## 在线演示
-* Saber-基于Vue:[https://saber.bladex.vip](https://saber.bladex.vip)
-* Sword-基于React:[https://sword.bladex.vip](https://sword.bladex.vip)
+* Saber-基于Vue:[https://saber.bladex.cn](https://saber.bladex.cn)
+* Sword-基于React:[https://sword.bladex.cn](https://sword.bladex.cn)
## 数据大屏
-* 数据大屏展示系统:[https://data.bladex.vip](https://data.bladex.vip)
+* 数据大屏展示系统:[https://data.bladex.cn](https://data.bladex.cn)
## 技术文档
* [SpringBlade开发手册一览](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册)
-* [SpringBlade常见问题集锦](https://sns.bladex.vip/article-14966.html)
+* [SpringBlade常见问题集锦](https://sns.bladex.cn/article-14966.html)
* [SpringBlade基于Kuboard部署K8S](https://kuboard.cn/learning/k8s-practice/spring-blade/)
* [SpringBlade基于Rainbond部署](https://www.rainbond.com/docs/micro-service/example/blade)
@@ -92,7 +92,7 @@ $ yarn run start 或者 yarn run start:no-mock
# 界面
-## [BladeX](https://bladex.vip/#/vip) 工作流一览
+## [BladeX](https://bladex.cn/#/vip) 工作流一览
![]() |
diff --git a/mock/client.js b/mock/client.js
index 21f82be..cc1b049 100644
--- a/mock/client.js
+++ b/mock/client.js
@@ -10,7 +10,7 @@ function getFakeList(req, res) {
clientSecret: 'sword_secret',
scope: 'all',
authorizedGrantTypes: 'refresh_token,password,authorization_code',
- webServerRedirectUri: 'https://sword.bladex.vip',
+ webServerRedirectUri: 'https://sword.bladex.cn',
accessTokenValidity: '3600',
refreshTokenValidity: '36000',
},
@@ -20,7 +20,7 @@ function getFakeList(req, res) {
clientSecret: 'saber_secret',
scope: 'all',
authorizedGrantTypes: 'refresh_token,password,authorization_code',
- webServerRedirectUri: 'https://saber.bladex.vip',
+ webServerRedirectUri: 'https://saber.bladex.cn',
accessTokenValidity: '3600',
refreshTokenValidity: '36000',
}
@@ -44,7 +44,7 @@ function getFakeDetail(req, res) {
clientSecret: 'sword_secret',
scope: 'all',
authorizedGrantTypes: 'refresh_token,password,authorization_code',
- webServerRedirectUri: 'https://sword.bladex.vip',
+ webServerRedirectUri: 'https://sword.bladex.cn',
accessTokenValidity: '3600',
refreshTokenValidity: '36000',
};
diff --git a/src/layouts/Footer.js b/src/layouts/Footer.js
index aa59a38..42f1552 100644
--- a/src/layouts/Footer.js
+++ b/src/layouts/Footer.js
@@ -8,7 +8,7 @@ const FooterView = () => (