@smart100/spu-web-plugin 0.0.34 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -85,13 +85,13 @@ export const functionCheck: (functioncode?: string) => boolean
85
85
  export const setTitle: (pagetitle?: string) => void
86
86
  export const isInApp: () => boolean
87
87
  export const AMapLoader: IAMapLoader
88
+ export const singleLogin: any
89
+ export const updateToken: () => Promise<void>
88
90
  export const getToken: () => string
89
91
  export const getTokenExpires: () => string
90
92
  export const getRefreshToken: () => string
91
93
  export const getUser: (key?: string) => any
92
94
  export const checkLogin: () => boolean
93
- export const singleLogin: any
94
- export const startRefreshtoken: any
95
95
  export const Module: any
96
96
  export const components: any
97
97
  export const expandexp: (options: any) => void