ImageUpload组件支持多图片上传

This commit is contained in:
RuoYi
2021-07-08 19:17:09 +08:00
parent e259093e01
commit f56da498ab
3 changed files with 165 additions and 54 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;
}