Can vue get files from folders other than the project?

for example, if the vue project is placed on disk E, can you get the picture under a folder in disk D in some single-file component of vue? Is there any way for vue to get the picture files under other hard drives?

Jan.10,2022

1. Can't get
2. This is a problem of basic web server permission configuration. All web servers like Nginx,Tomcat,iis can only get the files under the configured root directory, otherwise there will be serious security problems

Menu