Replies: 1 comment
-
当访问my-vite.com 时返回 html,其他请求代理到 3000上 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我先用 npm init @vitejs/app my-vue-app -- --template vue 初始化了一个项目
然后在本地设置了代理,例如 my-vite.com 到 localhost:3000
当我访问 http://my-vite.com 时页面空白,控制台报错
查看html结构发现
请求返回类型变成了 text/html
访问 http://localhsot:3000 时正常,并且返回类型为 application/javascript
我要怎样才能处理这个问题,使访问 http://my-vite.com 正常
Beta Was this translation helpful? Give feedback.
All reactions