diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index 283a04e..b999cbe 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v3.0.5' +SPUG_VERSION = 'v3.1.0' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 2d319d6..9865523 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 = 'v3.0.5'; +export const VERSION = 'v3.1.0'; diff --git a/spug_web/src/pages/exec/template/Parameter.js b/spug_web/src/pages/exec/template/Parameter.js index 6048641..e666c3d 100644 --- a/spug_web/src/pages/exec/template/Parameter.js +++ b/spug_web/src/pages/exec/template/Parameter.js @@ -50,7 +50,7 @@ export default function Parameter(props) { {({getFieldValue}) => ['select'].includes(getFieldValue('type')) ? (