mushroomlb

Results 9 comments of mushroomlb

@Allen3039 能否分享下单点登陆是如何实现的,谢了

``` export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) => { return { layout:'top', ... } } ```

我也发现这个问题了,有解决方法吗

``` // 内容区域宽度 .ant-pro-page-container .ant-pro-page-container-warp-page-header~.ant-pro-grid-content.ant-pro-page-container-children-content { margin: 6px !important; height: '100%'; padding-inline:9px !important; } ```

在vscode的launch.json中配置,如下是admin的配置,其他类似 ``` { "type": "java", "name": "Launch AdminApplication", "request": "launch", "mainClass": "com....AdminApplication", "projectName": "admin", "env": { "nacos.url": "127.0.0.1", "mysql.url": "127.0.0.1", "redis.url": "127.0.0.1", "gateway": "127.0.0.1", "admin": "127.0.0.1", "tx-manager": "127.0.0.1" } }...

Almost zero documentation, big tech company and such a result... Cannot believe.

![Image](https://github.com/user-attachments/assets/5ecfbea1-cfb4-4fe9-89ff-8c744f9223b3) 需要配置这里