@smart100/spu-web-plugin 0.0.6 → 0.0.8

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/README.md CHANGED
@@ -1,3 +1,6 @@
1
1
  # @smart100/spu-web-plugin
2
2
 
3
3
  + node >= 18.15.0
4
+
5
+ ## 文档
6
+ [@smart100/spu-web-plugin](https://tarymee.github.io/spu-web-plugin/)
package/dist/index.d.ts CHANGED
@@ -76,10 +76,12 @@ export const getDistance: (p1: [number, number], p2: [number, number]) => Promis
76
76
  export const spuAxios: any
77
77
  // export const spuAxios: AxiosInstance
78
78
  export const apaasAxios: any
79
+ export const spuConfig: any
79
80
  export const downloadService: IDownloadService
80
81
  export const uploadService: IUploadService
81
82
  export const getUniqueid: () => string
82
83
  export const getUuid: () => string
84
+ export const functionCheck: (functioncode?: string) => boolean
83
85
  export const AMapLoader: IAMapLoader
84
86
  export const getToken: () => string
85
87
  export const getTokenExpires: () => string