1.0.8 • Published 6 years ago

mini-red v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago