How to solve the problem of empty page in project packaging and deployment

In the vue project

Add in vue.config.js


module.exports = {
    publicPath: './'
}

Click directly in uniapp to open the page

 

Guess you like

Origin blog.csdn.net/qq_46376192/article/details/129087952