From 6de8b8a3e3790b874045d20b77bb7aa71dcdfb37 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Tue, 29 Jun 2021 08:17:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity
---
src/api/healthcode/healthcode.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/healthcode/healthcode.js b/src/api/healthcode/healthcode.js
index 1d42830..a413f63 100644
--- a/src/api/healthcode/healthcode.js
+++ b/src/api/healthcode/healthcode.js
@@ -2,7 +2,7 @@
export const getList = (current, size, params) => {
return request({
- url: '/api/blade-jfpts/healthcode/healthcode/page',
+ url: '/api/healthcode/healthcode/page',
method: 'get',
params: {
...params,
@@ -10,4 +10,4 @@
size,
}
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3