为了账号安全,请及时绑定邮箱和手机立即绑定

vue部署后,访问路径问题

vue部署后,访问路径问题

杨魅力 2019-05-24 11:24:18
问题:访问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;
}
                            
查看完整回答
反对 回复 2019-05-24
  • 2 回答
  • 0 关注
  • 391 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信