itcs-entrance

2.1.1 • Public • Published

IT报事公共入口组件

<!-- 创建元素 -->
<div id="itcsEntrance" />

......

// 引入插件
import {entrance} from "itcs-entrance"

......

// 初始化 IT报事悬浮球组件

let ITCS_SYSCODE = 'ITPM'
let ITCS_SYSPWD = '*******'
if (env === "prod") {
  ITCS_SYSCODE = 'ITPM'
  ITCS_SYSPWD = '*******'
}
entrance('itcsEntrance', {
  "styleMode": "normal", // 元素样式模式 默认normal(悬浮球)、custom自定义样式
  "envUrl": envUrl, // 系统环境地址 dev/test/prod https://dev.***.com
  "employeeCode": "********", // 对应IDM用户userCode
  "systemCode": ITCS_SYSCODE, // 系统编码
  "systemPwd": ITCS_SYSPWD, // 系统密钥
  "pageConfigCode": "" // 页面编码,留空
})

Readme

Keywords

Package Sidebar

Install

npm i itcs-entrance

Weekly Downloads

9

Version

2.1.1

License

ISC

Unpacked Size

16.1 kB

Total Files

7

Last publish

Collaborators

  • xinga