Fork me on GitHub
摘要: 方案一:部署编译后的文件(线上) npm run build:prod 上传编译出来的dist-prod文件夹到服务器 nginx配置文件 server { listen 80; index index.php index.html index.htm default.php default.htm 阅读全文
posted @ 2025-08-07 21:26 秋夜雨巷 阅读(182) 评论(0) 推荐(0)