#
luxiaotao1123
2024-02-05 360c67971411ff2469b854f24b7acef36a3ec008
zy-asrs-flow/src/pages/Admin.jsx
@@ -85,6 +85,29 @@
                    },
                ],
            },
            {
                name: '列表页',
                path: '/list',
                component: './ListTableList',
                routes: [
                    {
                        path: '/list/sub-page',
                        name: '列表页面',
                        routes: [
                            {
                                path: '/list/sub-page/sub-sub-page1',
                                name: '一级列表页面',
                                component: './G6',
                            },
                            {
                                path: '/list/sub-page/hello',
                                name: '你好世界',
                                component: './Hello',
                            },
                        ],
                    },
                ],
            },
        ]
    },
}
@@ -241,7 +264,7 @@
                        </Routes>
                        {/* <SettingDrawer
                        <SettingDrawer
                            pathname={pathname}
                            enableDarkTheme
                            getContainer={(e) => {
@@ -253,7 +276,7 @@
                                setSetting(changeSetting);
                            }}
                            disableUrlParams={false}
                        /> */}
                        />
                    </ProLayout>
                </ConfigProvider>
            </ProConfigProvider>