保安服务单位许可和备案申请系统
liuyg
2021-08-25 22f558363f391cf0d3447a68ebd82e8f67b14da7
src/api/system/user.js
@@ -118,3 +118,14 @@
    }
  })
}
export const zc = (username, password) => {
  return request({
    url: '/api/blade-user/zc',
    method: 'get',
    params: {
      username,
      password,
    }
  })
}