update version

This commit is contained in:
ktianc 2023-08-06 13:17:53 +08:00
parent 9f1e2ef988
commit 2d3b883a23
2 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ getData()
<template #web_logo="form"> <template #web_logo="form">
<ElUpload <ElUpload
class="main-image-uploader" class="main-image-uploader"
action="/api/vadmin/system/upload/image/to/local/" action="/api/vadmin/system/upload/image/to/local"
:data="{ path: 'system' }" :data="{ path: 'system' }"
:show-file-list="false" :show-file-list="false"
:before-upload="beforeLogoImageUpload" :before-upload="beforeLogoImageUpload"
@ -135,7 +135,7 @@ getData()
<template #web_ico="form"> <template #web_ico="form">
<ElUpload <ElUpload
class="main-image-uploader" class="main-image-uploader"
action="/api/vadmin/system/upload/image/to/local/" action="/api/vadmin/system/upload/image/to/local"
:data="{ path: 'system' }" :data="{ path: 'system' }"
:show-file-list="false" :show-file-list="false"
:before-upload="beforeICOImageUpload" :before-upload="beforeICOImageUpload"

View File

@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer
""" """
系统版本 系统版本
""" """
VERSION = "1.10.1" VERSION = "1.10.2"
"""安全警告: 不要在生产中打开调试运行!""" """安全警告: 不要在生产中打开调试运行!"""
DEBUG = True DEBUG = True