Skip to content

Commit 4a6aeab

Browse files
committed
修改系统工具-系统配置页面,增加本地文件存储路径的表单项。
1 parent d2da669 commit 4a6aeab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web/src/view/systemTools/system/system.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,12 @@
189189
<el-collapse-item title="oss配置" name="10">
190190
<template v-if="config.system['oss-type'] === 'local'">
191191
<h2>本地文件配置</h2>
192-
<el-form-item label="本地文件路径">
192+
<el-form-item label="本地文件访问路径">
193193
<el-input v-model="config.local.path" />
194194
</el-form-item>
195+
<el-form-item label="本地文件存储路径">
196+
<el-input v-model="config.local['store-path']" />
197+
</el-form-item>
195198
</template>
196199
<template v-if="config.system['oss-type'] === 'qiniu'">
197200
<h2>qiniu上传配置</h2>

0 commit comments

Comments
 (0)