From 5ca09cf2a2561af2a0640b1e4691880eeb6c591b Mon Sep 17 00:00:00 2001 From: sunday <306419886@qq.com> Date: Sat, 17 Feb 2024 22:39:02 +0800 Subject: [PATCH] fix upload prefixPath --- src/plugins/upload/config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/plugins/upload/config.ts b/src/plugins/upload/config.ts index 978bf96..4441b7b 100644 --- a/src/plugins/upload/config.ts +++ b/src/plugins/upload/config.ts @@ -48,10 +48,7 @@ export default () => { size: 100 }, // 云端上传路径前缀 - prefixPath: { - type: String, - default: "app/base" - }, + prefixPath: "app/base", // 规则 rules: [ {