0.0.12 • Published 2 months ago

@kjts20/tool-node v0.0.12

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

时时工具包-node 专用

安装方式

npm install @kjts20/tool-node

直接引入就即可使用

请求方面

import { axios2HttpServer, localStorageImpl, sessionStorageImpl } from '@kjts20/tool-react-h5';
import { CommonStorage, HttpServer, ResponseFilter } from '@kjts20/tool';
const httpServer = new HttpServer({
    ...axios2HttpServer,
    host,
    apiPrefix: mapiPrefix,
    setHeader() {
        return {
            token: getToken()
        };
    },
    responseIntercept(response) {
        if (response.code === 308) {
            MessagePlugin.warning('登录过期,请先登录!');
            loginOut();
            throw new Error('未登录!');
        } else {
            return response;
        }
    }
});

引入缓存: storage

0.0.11

2 months ago

0.0.12

2 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago