feat: 新增系统设置帮助文档/官网设置
This commit is contained in:
@@ -72,14 +72,14 @@ onMounted(() => {
|
||||
v-model:value="state.copyright"
|
||||
allow-clear
|
||||
:maxlength="40"
|
||||
:placeholder="t('views.system.setting.sysCopyrightPlease')"
|
||||
:placeholder="t('common.ipnutPlease')"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
|
||||
<a-form-item>
|
||||
<a-button
|
||||
type="primary"
|
||||
:disabled="state.copyright === state.flag"
|
||||
:disabled="state.copyright === '' || state.copyright === state.flag"
|
||||
@click="fnSave"
|
||||
>
|
||||
{{ t('views.system.setting.saveSubmit') }}
|
||||
|
||||
Reference in New Issue
Block a user