From 8e2a42e4a2da78f9cda9fa3e7732a0ef72f0c906 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 12 Nov 2021 09:29:02 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/api/system/user.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index f6ea6c0..04b98c2 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -1,5 +1,20 @@
import request from '@/router/axios';
+
+export const getzhiwen = (id) => {//获取指纹的代码
+ return request({
+ url: '/api/blade-user/details',
+ method: 'get',
+ params: {
+ id
+ }
+ })
+}
+
+
+
+
+
export const getJurisdiction = (params) => {
return request({
url: '/api/jurisdiction/selJur',
--
Gitblit v1.9.3