@smart100/spu-web-plugin 0.0.28 → 0.0.30

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
@@ -82,6 +82,7 @@ export const uploadService: IUploadService
82
82
  export const getUniqueid: () => string
83
83
  export const getUuid: () => string
84
84
  export const functionCheck: (functioncode?: string) => boolean
85
+ export const setTitle: (pagetitle?: string) => void
85
86
  export const AMapLoader: IAMapLoader
86
87
  export const getToken: () => string
87
88
  export const getTokenExpires: () => string