🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

axios-request-zxr

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

axios-request-zxr

axios request for mobile and pc

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Getting Started

This is a demo, which is under development. Please look forward to it

Install dependencies,

$ npm i axios-request-zxr

联系/contact

 1047664386@qq.com

TodoList

 1.Documentation will be improved in the future /补充文档
 2.Optimize code to improve performance /优化代码,处理bug

介绍/Introduction

Demo:

import { AxiosRequest } from '../dist/esm';
import '../dist/esm/style/index.css';
const { request }= AxiosRequest({
  headers: {
    'X-Requested-With': 'XMLHttpRequest',
    withCredentials: true,
    backstageCode: 'EhR',
  },
  flat:'mobile',
  // daemon:'/ee-ehr/daemon',
  isRelogin: true,
  reLoginStatusCode:[403]
});

export default request;

Keywords

axios

FAQs

Package last updated on 13 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts