提交 4a6aeabe 编写于 作者: A aaronwmy

修改系统工具-系统配置页面,增加本地文件存储路径的表单项。

上级 d2da6697
......@@ -189,9 +189,12 @@
<el-collapse-item title="oss配置" name="10">
<template v-if="config.system['oss-type'] === 'local'">
<h2>本地文件配置</h2>
<el-form-item label="本地文件路径">
<el-form-item label="本地文件访问路径">
<el-input v-model="config.local.path" />
</el-form-item>
<el-form-item label="本地文件存储路径">
<el-input v-model="config.local['store-path']" />
</el-form-item>
</template>
<template v-if="config.system['oss-type'] === 'qiniu'">
<h2>qiniu上传配置</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册