mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
fix upload prefixPath
This commit is contained in:
parent
d9b2405184
commit
5ca09cf2a2
@ -48,10 +48,7 @@ export default () => {
|
||||
size: 100
|
||||
},
|
||||
// 云端上传路径前缀
|
||||
prefixPath: {
|
||||
type: String,
|
||||
default: "app/base"
|
||||
},
|
||||
prefixPath: "app/base",
|
||||
// 规则
|
||||
rules: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user