tnx-shared 6.0.5 → 6.0.6
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/bundles/tnx-shared.umd.js +2 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/services/common/common.js +2 -2
- package/esm2015/services/permission.service.js +2 -1
- package/fesm2015/tnx-shared.js +2 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +1 -1
- package/services/permission.service.d.ts.map +1 -1
|
@@ -5865,7 +5865,7 @@
|
|
|
5865
5865
|
this.NOTI_EP = this.comonurl + '/noti/v5'; // TODO: paste kết quả t6m1('https://...') vào đây
|
|
5866
5866
|
this.NOTICRUD_EP = this.comonurl + '/notification/v5'; // TODO: paste kết quả t6m1('https://...') vào đây
|
|
5867
5867
|
this.DOS_EP = this.comonurl + '/documentserver'; // TODO: paste kết quả t6m1('https://...') vào đây
|
|
5868
|
-
console.log(this.comonurl);
|
|
5868
|
+
console.log("comonurl_____" + this.comonurl);
|
|
5869
5869
|
}
|
|
5870
5870
|
/**
|
|
5871
5871
|
* Mã hóa endpoint URL (dùng 1 lần để tạo constant, không gọi lúc runtime).
|
|
@@ -22132,6 +22132,7 @@
|
|
|
22132
22132
|
switch (_d.label) {
|
|
22133
22133
|
case 0:
|
|
22134
22134
|
key = "AT." + service.toUpperCase();
|
|
22135
|
+
console.log("P414_____");
|
|
22135
22136
|
if (!overrideLocalStorage) {
|
|
22136
22137
|
storageItem = this.storage.getItem(key);
|
|
22137
22138
|
if (storageItem && storageItem !== 'null') {
|