Update Setting.vue

关掉aip-key 必需的验证
This commit is contained in:
ly307787186 2023-06-30 13:20:30 +08:00 committed by GitHub
parent c198e83f70
commit 7b8cbf7f86

View File

@ -45,7 +45,6 @@
name="API KEY" name="API KEY"
label="API KEY" label="API KEY"
placeholder="配置自己的 api key" placeholder="配置自己的 api key"
:rules="[{ required: true, message: '请填写 API KEY' }]"
/> />
</van-cell-group> </van-cell-group>
<div style="margin: 16px;"> <div style="margin: 16px;">