fix upload prefixPath

This commit is contained in:
sunday 2024-02-17 22:39:02 +08:00
parent d9b2405184
commit 5ca09cf2a2

View File

@ -48,10 +48,7 @@ export default () => {
size: 100 size: 100
}, },
// 云端上传路径前缀 // 云端上传路径前缀
prefixPath: { prefixPath: "app/base",
type: String,
default: "app/base"
},
// 规则 // 规则
rules: [ rules: [
{ {