From 3615c5baa95894ab088a69bde313c6e3f56443dc Mon Sep 17 00:00:00 2001
From: yujiacong <1016029365@qq.com>
Date: Tue, 22 Jul 2025 14:18:43 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20-=20=E8=BF=90=E8=90=A5?=
=?UTF-8?q?=E6=B8=B8=E6=88=8F=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../OperationLuckyDataQuery.js | 18 +-
src/views/system/OperationGameDataQuery.vue | 187 ++++++++++++++++++
2 files changed, 204 insertions(+), 1 deletion(-)
create mode 100644 src/views/system/OperationGameDataQuery.vue
diff --git a/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js b/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js
index a5170b3..611c2af 100644
--- a/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js
+++ b/src/api/OperationLuckyDataQuery/OperationLuckyDataQuery.js
@@ -1,9 +1,25 @@
import request from "@/utils/request";
-// 列表
+// 运营幸运数据查询-列表
export const getOperatorPersonalList = query => {
return request({
url: '/admin/lucky24/record/operatorPersonal',
method: 'get',
params: query
});
+};
+// 运营游戏数据查询-列表
+export const getGameDataUserTotalALL = query => {
+ return request({
+ url: '/admin/gamedata/userTotalALL',
+ method: 'get',
+ params: query
+ });
+};
+// 游戏列表
+export const getGameAllList = query => {
+ return request({
+ url: '/admin/game/allList',
+ method: 'get',
+ params: query
+ });
};
\ No newline at end of file
diff --git a/src/views/system/OperationGameDataQuery.vue b/src/views/system/OperationGameDataQuery.vue
new file mode 100644
index 0000000..e40e953
--- /dev/null
+++ b/src/views/system/OperationGameDataQuery.vue
@@ -0,0 +1,187 @@
+
+
+
+ 用户ID
+
+
+
+ 日期
+
+
+
+
+ 游戏
+
+
+
+
+
+
查询
+
重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+