From 7c906b4acf785180132f91db5d70c3a29fa85cd3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 21 Jun 2023 09:39:13 +0800
Subject: [PATCH] 新增页面和配置,对接口
---
src/api/login.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/login.js b/src/api/login.js
index 03b659c..b117b4d 100644
--- a/src/api/login.js
+++ b/src/api/login.js
@@ -21,4 +21,12 @@
url:'/sys/menu/get/u',
method:'get',
})
+}
+
+// 获取区划列表
+export function getDistrictInfo(){
+ return request({
+ url:'/sys/districtInfo/all',
+ method:'get',
+ })
}
\ No newline at end of file
--
Gitblit v1.9.2