问题:访问https://zkaim.com/ocms/正常访问https://zkaim.com/ocms就报404已知vue2.5.9:nginx配置如下location/ocms/{root/home;#indexindex.htmlindex.htm;}vue路由配置如下mode:'history',base:'/ocms/'...以及config配置中的assetsPublicPath跟base相同
2 回答
米琪卡哇伊
TA贡献1998条经验 获得超6个赞
因为你的nginx配置是location/ocms/这样是无法匹配到/ocms请求的建议配置改为location/ocms{root/home;try_files$uri$uri/;#indexindex.htmlindex.htm;}
添加回答
举报
0/150
提交
取消