ImageUpload组件支持多图片上传

This commit is contained in:
RuoYi
2021-07-09 21:11:07 +08:00
parent 8eac239e48
commit 7e2dbc5608
2 changed files with 153 additions and 48 deletions

View File

@@ -73,9 +73,9 @@ export default {
if(router.path === "/") {
router.children[item].path = "/redirect/" + router.children[item].path;
} else {
if(!this.ishttp(router.children[item].path)) {
if(!this.ishttp(router.children[item].path)) {
router.children[item].path = router.path + "/" + router.children[item].path;
}
}
}
router.children[item].parentPath = router.path;
}