From 2ed2b815faedbdabbf139a7090fab9199de66723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Tue, 22 Aug 2023 18:27:08 +0800 Subject: [PATCH] no message --- public/config.js | 3 + src/components/xAvatar/index.vue | 2 +- .../xUser/components/{logs.vue => table.vue} | 15 +-- src/components/xUser/index.vue | 117 +++++++----------- src/views/user/index/index.vue | 2 +- 5 files changed, 58 insertions(+), 81 deletions(-) rename src/components/xUser/components/{logs.vue => table.vue} (87%) 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; } +