dedsudiyu hace 2 años
padre
commit
442beb581c
Se han modificado 2 ficheros con 2 adiciones y 9 borrados
  1. 2 2
      .env.production
  2. 0 7
      src/api/system/user.js

+ 2 - 2
.env.production

@@ -6,9 +6,9 @@ ENV = 'production'
 
 # ####################外网接口配置####################
 
-VUE_APP_BASE_API = 'lab.sxitdlc.com/labAppTest'
+VUE_APP_BASE_API = 'lab.sxitdlc.com/labSystem'
 
 
 # ####################内网接口配置####################
 
-VUE_APP_BASE_LOCAL_API = '192.168.1.43/labSystem'
+VUE_APP_BASE_LOCAL_API = '192.168.251.2/labSystem'

+ 0 - 7
src/api/system/user.js

@@ -18,13 +18,6 @@ export function selectListUser(query) {
     params: query
   })
 }
-//指纹-查询用户指纹录取数量
-export const fingerprintQuantity  = (data) => {
-  return request({
-    url: `/laboratory/haikang/userFinger/queryCount/`+data,
-    method: 'GET',
-  })
-};
 // 查询教职工列表-下拉列表
 export function selectTeacherList(query) {
   return request({