mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-07 22:16:16 +08:00
不确定开发团队是否有碰到这个问题,我这边将后端接口代理到自己服务器时, WebSocket 无法正常建立连接,需要添加参数才行。 另外,官网的开发文档可以做一些补充,如只需要调试前端开发环境时,可以将代理指向在线服务器的后端接口,而不是在本地起一个后端。 |
||
---|---|---|
.. | ||
public | ||
src | ||
.editorconfig | ||
.env | ||
.env.development | ||
.env.production | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.js | ||
.stylelintignore | ||
.stylelintrc.js | ||
components.d.ts | ||
index.html | ||
LICENSE | ||
lint-staged.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
STANDARD.md | ||
tsconfig.json | ||
vite.config.ts |
1Panel 前端