我正在开发一个具有以下结构的express + vue项目(见下文),在生产过程中我很难直接访问vue应用程序的子路径(托管在Heroku上)。更多上下文:我目前手动将构建的文件从frontend/dist复制到public。为了让它正常工作,我正在使用publicPath ./ in vue.config.js。在开发中,如果我将publicPath更改为/,则不会遇到上述问题。文件夹结构--> frontend (vue d
我已经这样构建了我的urls:# Maps to the Index handler's test method and passes# So the handler function looks like this:
print 'test'
我使用的是webapp2中的strict_slash,所以