forked from Gitlink/forgeplus-react
Merge branch 'gitlink_ssr_head' into pre_gitlink_ssr
This commit is contained in:
commit
dde4ed6029
|
|
@ -32,9 +32,9 @@ export function initAxiosInterceptors(props) {
|
|||
// 判断网络是否连接
|
||||
initOnlineOfflineListener();
|
||||
|
||||
var proxy = "https://testforgeplus.trustie.net";
|
||||
// var proxy = "https://testforgeplus.trustie.net";
|
||||
// var proxy = "http://172.20.32.201:4000";
|
||||
// var proxy = "https://www.gitlink.org.cn";
|
||||
var proxy = "https://www.gitlink.org.cn";
|
||||
|
||||
//响应前的设置
|
||||
axios.interceptors.request.use(
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import { Base64 } from 'js-base64';
|
|||
import CountUp from 'react-countup';
|
||||
function HeaderPageUos(props) {
|
||||
const label = {
|
||||
communityUserCount: "社区用户",
|
||||
communityUserCount: "超算开源贡献者",
|
||||
cmsDocVisits: "文章访问数",
|
||||
projectCount: "代码仓库",
|
||||
resourceCount: "社区资源",
|
||||
|
|
|
|||
Loading…
Reference in New Issue