1.2.0 • Published 6 years ago

fe-monitor-center v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

fe-monitor-center

Front-end minotor system, browser module

Install

npm i fe-monitor-center -S

or use with cdn

<script src="https://cdn.jsdelivr.net/npm/fe-monitor-center"></script>

Usage

import FeMonitorCenter from 'fe-monitor-center'

FeMonitorCenter('apiMonitor', {
  url: 'http://test.abc.com/simple/info',
  param: '{"city":1303,"storeName":"","storeStatus":"1","currentPage":1,"pageSize":20}',
  response: '{"success":false,"codeNum":0,"codeDesc":"system problem","value":""}',
  desc: 'Server error',
  group: 1,
  type: 2,
  app: 'console-admin'
})

LICENSE

MIT

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago