问题:
访问 https://zkaim.com/ocms/ 正常访问 https://zkaim.com/ocms 就报404
已知vue2.5.9:
nginx配置如下
location /ocms/ {
root /home;
#index index.html index.htm;
}
vue路由配置如下
mode: 'history',
base: '/ocms/'
...
以及config配置中的assetsPublicPath跟base相同
慕慕森
相关分类