diff --git a/public/config.js b/public/config.js index bd45628..835ce60 100644 --- a/public/config.js +++ b/public/config.js @@ -13,4 +13,7 @@ const APP_CONFIG = { APP_LOGO: 'https://www.uugai.com/logoa/font/505/c.php?txtcolora=FFF', //接口地址 API_URL: 'https://app.gter.net/admin', + + // 微信扫码登录 + MY_SHOW_LOGIN_OAUTH:true, } \ No newline at end of file diff --git a/src/components/xAvatar/index.vue b/src/components/xAvatar/index.vue index 403a779..fc6bcb2 100644 --- a/src/components/xAvatar/index.vue +++ b/src/components/xAvatar/index.vue @@ -68,7 +68,7 @@ border-radius: 50%; font-size: 12px; left: -10px; - top: 120px; + top: 100px; background-color: #9facc3; background-repeat: no-repeat; background-position: 50%; diff --git a/src/components/xUser/components/logs.vue b/src/components/xUser/components/table.vue similarity index 87% rename from src/components/xUser/components/logs.vue rename to src/components/xUser/components/table.vue index 00c0ab8..3bf6e0c 100644 --- a/src/components/xUser/components/logs.vue +++ b/src/components/xUser/components/table.vue @@ -1,14 +1,11 @@ @@ -68,6 +89,13 @@ border-radius: 10px !important; } +