update version
This commit is contained in:
parent
9f1e2ef988
commit
2d3b883a23
@ -116,7 +116,7 @@ getData()
|
||||
<template #web_logo="form">
|
||||
<ElUpload
|
||||
class="main-image-uploader"
|
||||
action="/api/vadmin/system/upload/image/to/local/"
|
||||
action="/api/vadmin/system/upload/image/to/local"
|
||||
:data="{ path: 'system' }"
|
||||
:show-file-list="false"
|
||||
:before-upload="beforeLogoImageUpload"
|
||||
@ -135,7 +135,7 @@ getData()
|
||||
<template #web_ico="form">
|
||||
<ElUpload
|
||||
class="main-image-uploader"
|
||||
action="/api/vadmin/system/upload/image/to/local/"
|
||||
action="/api/vadmin/system/upload/image/to/local"
|
||||
:data="{ path: 'system' }"
|
||||
:show-file-list="false"
|
||||
:before-upload="beforeICOImageUpload"
|
||||
|
@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer
|
||||
"""
|
||||
系统版本
|
||||
"""
|
||||
VERSION = "1.10.1"
|
||||
VERSION = "1.10.2"
|
||||
|
||||
"""安全警告: 不要在生产中打开调试运行!"""
|
||||
DEBUG = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user