We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地同时启动了两个项目
The text was updated successfully, but these errors were encountered:
修改 /src/config/dev.yaml 中mysql、redis等配置信息
执行 npm run start:dev
配置 /src/env.ts 中的userBaseWeb和casDomain(单点登录)
单点登录可以去掉, /src/session.ts 文件30多行左右把跳转单点登录的逻辑注释掉即可(线上环境中大部分单点登录会在网关层面解决掉)
npm run serve
Sorry, something went wrong.
好的,感谢,已经把env和session修改了。
No branches or pull requests
本地同时启动了两个项目
The text was updated successfully, but these errors were encountered: