|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2022-01-06 15:25:39
|
|
|
- * @LastEditTime: 2023-03-07 16:28:14
|
|
|
+ * @LastEditTime: 2023-03-23 16:41:41
|
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
* @FilePath: /KC-MiddlePlatform/src/pages/platform/_layout.tsx
|
|
@@ -154,10 +154,6 @@ export default function Layout({ children, location, route, history, match, ...r
|
|
|
|
|
|
|
|
|
const _menu = getVFromTree(menuData, 'contentType');
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
setInitialState((t) => ({ ...t, spacicalPageParamsType: _menu }));
|
|
|
|
|
|
if (homePage) {
|
|
@@ -168,8 +164,6 @@ export default function Layout({ children, location, route, history, match, ...r
|
|
|
|
|
|
} else {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
if (path == '/platform') {
|
|
|
|
|
|
const selectedKeys = localStorage.getItem('selectedKeys');
|