dedsudiyu 8 月之前
父节点
当前提交
6e3adc9a3d
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      src/utils/auth.js
  2. 3 3
      src/views/basicsModules/home.vue

+ 2 - 2
src/utils/auth.js

@@ -1,8 +1,8 @@
 import Cookies from 'js-cookie'
 
-const TokenKey = 'Admin-Token'
+const TokenKey = 'System-Platform-Token'
 
-const ExpiresInKey = 'Admin-Expires-In'
+const ExpiresInKey = 'System-Platform-Expires-In'
 
 export function getToken() {
   return Cookies.get(TokenKey)

+ 3 - 3
src/views/basicsModules/home.vue

@@ -457,7 +457,7 @@
                   }
                   p{
                     position: absolute;
-                    top:43px;
+                    top:44px;
                     left:142px;
                     text-align: center;
                     font-size:18px;
@@ -520,8 +520,8 @@
                   }
                   p{
                     position: absolute;
-                    top:43px;
-                    left:56px;
+                    top:44px;
+                    left:40px;
                     text-align: center;
                     font-size:18px;
                     line-height:18px;