zsysview 0.1.2 → 0.1.4
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/{backup-DMcsHraY.js → backup-e8aKzwyq.js} +1 -1
- package/dist/{building-1x7txwI8.js → building-CPmXQtUw.js} +1 -1
- package/dist/{change_password-BEo6bGDa.js → change_password-Dy5qpv_-.js} +1 -1
- package/dist/{department-Ds-A5xxO.js → department-DaeXup1G.js} +1 -1
- package/dist/{help-C_TCGQdF.js → help-D9RmgUPj.js} +1 -1
- package/dist/{index-DhesLeNP.js → index-Dg6hCDc3.js} +15 -55
- package/dist/{log-C2qQ7nUb.js → log-CEOVLxfD.js} +1 -1
- package/dist/{login-CSA3iibR.js → login-1DoqNlbg.js} +1 -1
- package/dist/{main-BZdAzsTb.js → main-BeNEzspy.js} +32 -12
- package/dist/{notification-CIdQW-Vx.js → notification-DfvzuWop.js} +1 -1
- package/dist/{position-fyjDoSwW.js → position-DFI7KiUI.js} +1 -1
- package/dist/{role-PN7xTyQK.js → role-CpKVs7aY.js} +1 -1
- package/dist/{self-DWR9ShqW.js → self-B69IVF5i.js} +1 -1
- package/dist/{systemsetting-BnpNOhS6.js → systemsetting-CZcbMZ84.js} +1 -1
- package/dist/{user-CQzEHShC.js → user-D8QR7RKt.js} +1 -1
- package/dist/zsysview.css +1 -1
- package/dist/zsysview.es.d.ts +1 -0
- package/dist/zsysview.es.js +1 -1
- package/package.json +1 -1
package/dist/zsysview.es.d.ts
CHANGED
|
@@ -114,6 +114,7 @@ export declare class httpapi {
|
|
|
114
114
|
static url_export_detail: string;
|
|
115
115
|
static url_export_file: string;
|
|
116
116
|
static url_system_publish: string;
|
|
117
|
+
static url_system_common_info: string;
|
|
117
118
|
static GetFullApiUrl(api: string): string;
|
|
118
119
|
static Post(url: string, obj: object): Promise<HttpApiReturnData>;
|
|
119
120
|
}
|
package/dist/zsysview.es.js
CHANGED