Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ktianc committed Aug 6, 2023
1 parent 9f1e2ef commit 2d3b883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kinit-admin/src/views/vadmin/system/settings/basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion kinit-api/application/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
系统版本
"""
VERSION = "1.10.1"
VERSION = "1.10.2"

"""安全警告: 不要在生产中打开调试运行!"""
DEBUG = True
Expand Down

0 comments on commit 2d3b883

Please sign in to comment.