vue-kst-auth
TypeScript icon, indicating that this package has built-in type declarations

3.1.3 • Public • Published

kst-auth

安装

yarn add vue-kst-auth

导出说明

export { _axios, baseConfig };
_axios // 封装后的axios 自定义headers,返回数据的过滤
baseConfig // 基础数据(登录状态等)

使用

在main.ts中
import { _axios, baseConfig } from "vue-kst-auth"
// 可以将_axios作为vue全局属性来使用
Vue.prototype.$axios = _axios;
在组建中能够直接使用,请求会添加headers信息
this.$axios.get("").then(res => {})
this.$axios.post("").then(res => {})

Readme

Keywords

none

Package Sidebar

Install

npm i vue-kst-auth

Weekly Downloads

281

Version

3.1.3

License

none

Unpacked Size

1.57 MB

Total Files

16

Last publish

Collaborators

  • joe3118601679