From b69fadd4c960e4287af0bcf782b865353b4f5633 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 29 Dec 2023 18:08:58 +0800
Subject: [PATCH] 更新住户资料
---
api/system/region.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/system/region.js b/api/system/region.js
index 610c59d..4c289d0 100644
--- a/api/system/region.js
+++ b/api/system/region.js
@@ -2,7 +2,7 @@
export const select = (code) => {
return http.request({
- url: '/api/blade-system/region/select',
+ url: '/blade-system/region/select',
method: 'GET',
params: {
code
@@ -18,4 +18,4 @@
parentCode
}
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3