fix: bug#13162

This commit is contained in:
xieyonghong 2023-05-17 17:04:31 +08:00
parent 83d95bd9c9
commit 7b05778587
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<j-upload
name="file"
accept=".jar"
accept=".jar,.zip"
:action="uploadFile"
:headers="{
[TOKEN_KEY]: LocalStore.get(TOKEN_KEY),
@ -16,7 +16,7 @@
>
<div>
<j-button>上传文件</j-button>
<span class='upload-tip'>格式要求{文件名}.jar/{文件名}.zip</span>
<span class='upload-tip'>格式要求.jar .zip</span>
</div>
</j-upload>