摘要:
1.项目修改vue.config.js增加 publicPath: '/' 2.nginx配置 location / {#访问前端页面 root /data/dist;#vue项目存放路径 index index.html; #hash模式只配置访问html就可以了 try_files $uri $ 阅读全文
posted @ 2021-11-07 13:10 WebEnh 阅读(424) 评论(0) 推荐(0)
|
|||
|
摘要:
1.项目修改vue.config.js增加 publicPath: '/' 2.nginx配置 location / {#访问前端页面 root /data/dist;#vue项目存放路径 index index.html; #hash模式只配置访问html就可以了 try_files $uri $ 阅读全文
posted @ 2021-11-07 13:10 WebEnh 阅读(424) 评论(0) 推荐(0) |
|||