shaogen1995 2 лет назад
Родитель
Сommit
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: "展馆封面",
         render: (item: ExhibitTableType) => (
           <div className="tableImgAuto">
-            <ImageLazy width={80} height={80} src={item.thumb} />
+            <ImageLazy width={60} height={60} src={item.thumb} />
           </div>
         ),
       },

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

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

+ 1 - 1
src/utils/storage.ts

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