U Release v2.3.12

pull/220/head v2.3.12
vapao 2020-10-14 11:03:15 +08:00
parent dd57a2c879
commit 5aea0b1b86
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'), re.compile('/apis/.*'),
) )
SPUG_VERSION = 'v2.3.11' SPUG_VERSION = 'v2.3.12'
# override default config # override default config
try: try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router'; export * from './router';
export const http = _http; export const http = _http;
export const history = _history; export const history = _history;
export const VERSION = 'v2.3.11'; export const VERSION = 'v2.3.12';

View File

@ -45,7 +45,7 @@ class LoginIndex extends React.Component {
title: '安全警告', title: '安全警告',
className: styles.tips, className: styles.tips,
content: <div> content: <div>
未能获取到客户端的真实IP无法提供基于请求来源IP的合法性验证详细信息请参考 未能获取到访问者的真实IP无法提供基于请求来源IP的合法性验证详细信息请参考
<a target="_blank" <a target="_blank"
href="https://spug.dev/docs/practice/#%E5%AE%89%E5%85%A8%E6%80%A7%E5%AE%9E%E8%B7%B5%E6%8C%87%E5%8D%97" href="https://spug.dev/docs/practice/#%E5%AE%89%E5%85%A8%E6%80%A7%E5%AE%9E%E8%B7%B5%E6%8C%87%E5%8D%97"
rel="noopener noreferrer">官方文档</a> rel="noopener noreferrer">官方文档</a>