保安服务单位许可和备案申请系统
liuyg
2021-09-10 e3ab7d6f6c122f56d099cac700448d6f85987dd1
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,
    }
  })
}