Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saaf-common - npm Package Compare versions

Comparing version 1.0.51 to 1.0.52

2

package.json
{
"name": "saaf-common",
"version": "1.0.51",
"version": "1.0.52",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -15,2 +15,3 @@ /*

baseLoginService_login: `${host}/baseServer/baseLoginService/login`,
baseLoginService_logout: `${host}/baseServer/baseLoginService/logoff`,
baseLookupValuesService_findDic: `${host}/baseServer/baseLookupValuesService/findDic`, // 查询快码

@@ -17,0 +18,0 @@ baseLookupValuesService_find: `${host}/baseServer/baseLookupValuesService/find`,

@@ -10,2 +10,3 @@ /*

import { fetch } from '@/page/pageConfig/index'
import { fetch as _fetch } from '../page/config/index'
import StoreCommon from './StoreCommon'

@@ -63,2 +64,5 @@ import creatTree from '@/config/tree'

// localStorage.clear()
_fetch.baseLoginService_logout().then(res => {
console.log('登出', res)
})
localStorageTool.remove('userInfo')

@@ -65,0 +69,0 @@ StoreCommon.commit('CLEAN_TAB')

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc