hash服务器配置?
vue hash 模式配置如下:
vue.config.js 配置配置 publicPath 为 “./”
router/index.js 配置mode 修改为 “history”
nginx 线上部署
location /xxx{
root E:/nginxVueApps/;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
# 注:xxx为打包后的项目名称
访问
localhost:8080/xxx最终浏览器地址栏的 url 为 localhost:8080/xxx/#/,也就是 hash 模式会带有 #。Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有