From 5aea0b1b864bb8b4a2724d98db5529aa64999b57 Mon Sep 17 00:00:00 2001 From: vapao Date: Wed, 14 Oct 2020 11:03:15 +0800 Subject: [PATCH] U Release v2.3.12 --- spug_api/spug/settings.py | 2 +- spug_web/src/libs/index.js | 2 +- spug_web/src/pages/login/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 7efbaf44..98383b2f 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -123,7 +123,7 @@ re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.3.11' +SPUG_VERSION = 'v2.3.12' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index b0e67177..900daf5c 100644 --- a/spug_web/src/libs/index.js +++ b/spug_web/src/libs/index.js @@ -10,4 +10,4 @@ export * from './functools'; export * from './router'; export const http = _http; export const history = _history; -export const VERSION = 'v2.3.11'; +export const VERSION = 'v2.3.12'; diff --git a/spug_web/src/pages/login/index.js b/spug_web/src/pages/login/index.js index af68e7a2..dae3565e 100644 --- a/spug_web/src/pages/login/index.js +++ b/spug_web/src/pages/login/index.js @@ -45,7 +45,7 @@ class LoginIndex extends React.Component { title: '安全警告', className: styles.tips, content:
- 未能获取到客户端的真实IP,无法提供基于请求来源IP的合法性验证,详细信息请参考 + 未能获取到访问者的真实IP,无法提供基于请求来源IP的合法性验证,详细信息请参考 官方文档