修改系统设置 / 关于 / 版本号

pull/330/head
zyupo 2021-04-28 16:03:39 +08:00
parent 7ec8132b03
commit e18e9b0129
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'), re.compile('/apis/.*'),
) )
SPUG_VERSION = 'v2.3.14' SPUG_VERSION = 'v3.0.1'
# 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.14'; export const VERSION = 'v3.0.1';