From 1ca93a04e85633bee47e809c9618356f0a42a393 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 27 五月 2024 16:06:13 +0800
Subject: [PATCH] ‘’
---
h5/api/index.js | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/h5/api/index.js b/h5/api/index.js
index 853ae94..b7406b7 100644
--- a/h5/api/index.js
+++ b/h5/api/index.js
@@ -1,5 +1,6 @@
import { http } from '@/utils/service.js'
export * from '@/utils/config.js'
+export * from './visitor'
// 鏌ヨ瀛楀吀鍊兼暟鎹�
export const getSystemDictData = (data) => {
@@ -9,15 +10,10 @@
})
}
// 鑾峰彇棰樼洰鏁版嵁
-export const getProblemsVO = () => {
+export const getProblemsVO = (data) => {
return http({
- url: 'visitsAdmin/cloudService/web/problem/getProblemsVO'
- })
-}
-// 璁垮棰勭害璇︽儏
-export const visitorSubDetail = (data) => {
- return http({
- url: 'visitsAdmin/cloudService/web/visitor/detail',
+ url: 'visitsAdmin/cloudService/web/problem/getProblemsVO',
+ method: 'get',
data
})
}
\ No newline at end of file
--
Gitblit v1.9.3