From 1916c8e10e1f5368a316b0ca433f223f3c626c5f Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 25 Jun 2025 15:03:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(bonus):=20=E5=A5=96=E9=87=91=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user.js | 19 +-- src/layout/components/Navbar.vue | 150 ++++++++---------- .../settlementCenter/totalBonus/index.vue | 80 ++++------ vue.config.js | 6 +- 4 files changed, 103 insertions(+), 152 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index e4a0a5c..e9318ad 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -1,6 +1,6 @@ /* - * @Descripttion: - * @version: + * @Descripttion: + * @version: * @Author: kBank * @Date: 2022-10-24 10:45:39 */ @@ -17,7 +17,7 @@ export function login(data) { export function getInfo() { return request({ url: '/system/manage/user/get-info', - method: 'get', + method: 'get' }) } // 管理员是否登录短信验证 @@ -63,14 +63,14 @@ export function userCountryList(params) { export function changeList(id) { return request({ url: '/system/manage/user-country/change/' + id, - method: 'post', + method: 'post' }) } // 切换系统类型 export function changeSystemList(id) { return request({ url: '/system/manage/system-type/change/' + id, - method: 'post', + method: 'post' }) } // 切换语言 @@ -81,11 +81,4 @@ export function languages(params) { params }) } -// 切换语言 -export function systemTypeList(params) { - return request({ - url: '/system/manage/system-type/list', - method: 'get', - params - }) -} \ No newline at end of file + diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 138e1c9..d459c85 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -5,7 +5,7 @@
-
+
- - - - +
- +
@@ -71,114 +58,103 @@