Replies: 1 comment 1 reply
-
不是项目的问题,你应该去查阅现有的vite如何实现 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
Vben Admin V5
Describe the bug?
我在web-antd文件夹下add了public,新增了login.html作为单点登录的回调地址,但是本地运行的时候根本没走这个html,
打包之后login.html和index.html同级别,所以调用到login.html,我怀疑是不在同一目录级别导致的本地调用不到的问题;
但是把index.html放到public(和login同级别)后,项目起来,页面一直转圈,没看到有要加载出的迹象;
我又把login.html放到web-antd的子目录下,项目起来了但是页面不好用
求求各位大神,单点登录,怎么能保证各个环境的保持一直呀
Reproduction
node20
System Info
Relevant log output
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions