|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-11-10 09:33:30
|
|
|
- * @LastEditTime: 2023-04-13 18:25:35
|
|
|
+ * @LastEditTime: 2023-04-14 10:31:27
|
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
* @FilePath: /KC-MiddlePlatform/src/pages/index.tsx
|
|
@@ -101,7 +101,7 @@ const IndexPage: React.FC<IndexPageType> = ({ location }) => {
|
|
|
const resp = await getAllParams();
|
|
|
|
|
|
if (resp) {
|
|
|
- const needItem = resp.filter((a: any) => a.id == 31);
|
|
|
+ const needItem = resp.filter((a: any) => a.code == '1644270043527254016');
|
|
|
const userData = localStorage.getItem('userData');
|
|
|
let token = '';
|
|
|
if (userData) {
|