@@ -61,7 +61,7 @@ function Exhibit() {
title: "展馆封面",
render: (item: ExhibitTableType) => (
<div className="tableImgAuto">
- <ImageLazy width={80} height={80} src={item.thumb} />
+ <ImageLazy width={60} height={60} src={item.thumb} />
</div>
),
},
@@ -251,7 +251,7 @@ function Goods() {
title: "封面图",
render: (item: GoodsTableSearch) => (
- <ImageLazy width={80} height={80} src={item.thumb!} />
+ <ImageLazy width={60} height={60} src={item.thumb!} />
@@ -1,7 +1,7 @@
// ------------------------------------token的本地存储------------------------------------
// 用户 Token 的本地缓存键名,自己定义
-const TOKEN_KEY = 'XZWWQ_USER_INFO'
+const TOKEN_KEY = 'JSZYY_USER_INFO'
/**
* 从本地缓存中获取 Token 信息