Socket
Socket
Sign inDemoInstall

mobiframelogin

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mobiframelogin

## 使用方法 ```javascript // 安装 npm install -S mobiframelogin // 项目入口处倒入 css import "mobiframelogin/dist/index.css" // 项目中检测登陆过期处 import iframeLogin from "mobiframelogin" // 默认参数 { loginUrl: ${3a生产登陆页}, zIndex: 1000 } iframeLogin({ loginUrl:


Version published
Weekly downloads
3
Maintainers
1
Install size
13.3 kB
Created
Weekly downloads
 

Readme

Source

mobiframelogin

使用方法

  // 安装
  npm install -S mobiframelogin
  // 项目入口处倒入 css 
  import "mobiframelogin/dist/index.css"
  // 项目中检测登陆过期处
  import iframeLogin from "mobiframelogin"
  // 默认参数 { loginUrl: ${3a生产登陆页}, zIndex: 1000 }
  iframeLogin({ loginUrl: "xxxxxx", zIndex: 1000 })

FAQs

Last updated on 05 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc