From 4cae7b89b60956e6c23e4c6e7a9e5a7b76927c53 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 16 十一月 2021 14:02:05 +0800
Subject: [PATCH] 解决冲突
---
src/api/app.ts | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/api/app.ts b/src/api/app.ts
index d9f378d..0fa4bd0 100644
--- a/src/api/app.ts
+++ b/src/api/app.ts
@@ -2,7 +2,6 @@
export const getApps = (query: any) => {
return request({
- //url: "/apps.json",
url: '/data/api-v/app/findAllApp',
method: "get",
params: query
@@ -26,9 +25,15 @@
}
//鑾峰彇鍟嗗煄鎵�鏈夊簲鐢�(宸叉縺娲�)
-export const findAllApp = () => request({
- url: '/data/api-v/app/findAllApp',
- method: 'get'
+// export const findAllApp = () => request({
+// url: '/data/api-v/app/findAllApp',
+// method: 'get'
+// });
+
+export const getAppDetail = (query:any) => request({
+ url: '/data/api-v/app/detail',
+ method: 'get',
+ params: query
});
//瀹夎搴旂敤
--
Gitblit v1.8.0