shaogen1995 пре 2 година
родитељ
комит
bb1ef41ffe
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      src/pages/Exhibit/index.tsx
  2. 1 1
      src/pages/Goods/index.tsx
  3. 1 1
      src/utils/storage.ts

+ 1 - 1
src/pages/Exhibit/index.tsx

@@ -61,7 +61,7 @@ function Exhibit() {
         title: "展馆封面",
         title: "展馆封面",
         render: (item: ExhibitTableType) => (
         render: (item: ExhibitTableType) => (
           <div className="tableImgAuto">
           <div className="tableImgAuto">
-            <ImageLazy width={80} height={80} src={item.thumb} />
+            <ImageLazy width={60} height={60} src={item.thumb} />
           </div>
           </div>
         ),
         ),
       },
       },

+ 1 - 1
src/pages/Goods/index.tsx

@@ -251,7 +251,7 @@ function Goods() {
         title: "封面图",
         title: "封面图",
         render: (item: GoodsTableSearch) => (
         render: (item: GoodsTableSearch) => (
           <div className="tableImgAuto">
           <div className="tableImgAuto">
-            <ImageLazy width={80} height={80} src={item.thumb!} />
+            <ImageLazy width={60} height={60} src={item.thumb!} />
           </div>
           </div>
         ),
         ),
       },
       },

+ 1 - 1
src/utils/storage.ts

@@ -1,7 +1,7 @@
 // ------------------------------------token的本地存储------------------------------------
 // ------------------------------------token的本地存储------------------------------------
 
 
 // 用户 Token 的本地缓存键名,自己定义
 // 用户 Token 的本地缓存键名,自己定义
-const TOKEN_KEY = 'XZWWQ_USER_INFO'
+const TOKEN_KEY = 'JSZYY_USER_INFO'
 
 
 /**
 /**
  * 从本地缓存中获取 Token 信息
  * 从本地缓存中获取 Token 信息