mirror of https://github.com/openspug/spug
parent
dd57a2c879
commit
5aea0b1b86
|
@ -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:
|
||||||
|
|
|
@ -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';
|
||||||
|
|
|
@ -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>。
|
||||||
|
|
Loading…
Reference in New Issue