From 5d726c33c3da931a7c5c43bba3f37a4e8c11ca93 Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 18 九月 2023 21:11:21 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes

---
 CanadaMes-ui/src/api/home.js |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index dfecfd8..20bf0fb 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -12,13 +12,7 @@
         data
     })
 }
-export function SelectPassword() {
-return request({
-url: '/home/SelectPassword',
- method: 'get',
- data :""
-  })
-    }
+
 export function home2(data) {
     return request({
         url: '/home/loads',
@@ -89,3 +83,21 @@
         data :""
     })
 }
+
+export function Loadcarlist() {
+    return request({
+        url: '/home/Loadcarlist',
+        method: 'get',
+        data :""
+    })
+}
+
+export function SelectPassword() {
+    return request({
+        url: '/home/SelectPassword',
+        method: 'get',
+        data :""
+    })
+}
+
+

--
Gitblit v1.8.0