1.0.8 • Published 5 years ago

mini-red v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

npm install mini-red

import Red from 'mini-red'

  • options可选 用于配置各环境登录接口,token名称等
  • 默认 options = {
  • tokenName: 'workbenchToken', //token名
  • evn: { //接口host选项
  •    dev: 'http://sso.dasouche-inc.net/',
  •    prepub: 'http://sso.prepub.souche.com/',
  •    prod: 'http://sso.souche.net/'
  • },
  • api: 'accountApi/login.json' //接口api
  • }

Vue.use(Red, options)

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago