vue.js vue-router history模式路由,域名二级目录子目录nginx配置

修改三个配置,具体操作日后有时间更新,不懂私聊
1

const route = new Router({
  mode: 'history',
  base: '/doctor-html/',
  routes
})

2

assetsPublicPath: '/doctor-html/',

3

try_files $uri $uri/ /doctor-html/index.html;

4
项目目录配置实例
项目路径web/doctor-html/index.html
nginx配置root指向 web/ 项目放在doctor-html,但是nginx指向web,url访问com/doctor-html就好了

    原文作者:储某某
    原文地址: https://segmentfault.com/a/1190000015753352
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞