![]() |
1
A3m0n 2024-06-17 16:01:04 +08:00
看看有没有 iframe 。
|
2
zhhbstudio 2024-06-23 23:17:29 +08:00
根据之前的经验,有人在服务器上用的 npm run dev ...
npm run build 之后,把 dist 目录下的文件甩过去就行了。然后 nginx 配置 root 指向 dist 目录。如果路由用的 history 模式,请相应调整 nginx 配置。 |