ts-glitter 13.8.817 → 13.8.818
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/lowcode/Entry.js
CHANGED
|
@@ -70,7 +70,7 @@ export class Entry {
|
|
|
70
70
|
}
|
|
71
71
|
window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
|
|
72
72
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
73
|
-
glitter.share.editerVersion = 'V_13.8.
|
|
73
|
+
glitter.share.editerVersion = 'V_13.8.818';
|
|
74
74
|
glitter.share.start = new Date();
|
|
75
75
|
const vm = {
|
|
76
76
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -71,7 +71,7 @@ export class Entry {
|
|
|
71
71
|
}
|
|
72
72
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
73
73
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
74
|
-
glitter.share.editerVersion = 'V_13.8.
|
|
74
|
+
glitter.share.editerVersion = 'V_13.8.818';
|
|
75
75
|
glitter.share.start = new Date();
|
|
76
76
|
const vm: {
|
|
77
77
|
appConfig: any;
|
|
@@ -87,10 +87,6 @@ export class Setting_editor {
|
|
|
87
87
|
const authConfig = permissionData.config.auth;
|
|
88
88
|
let list = [];
|
|
89
89
|
function click_item(index) {
|
|
90
|
-
if (!glitter.share.checkData()) {
|
|
91
|
-
alert('是否確認跳轉');
|
|
92
|
-
return;
|
|
93
|
-
}
|
|
94
90
|
const itemPage = items[parseInt(index)].page;
|
|
95
91
|
const page = permissionTitle === 'employee' && !getCRUD(itemPage).read ? 'noPermission' : itemPage;
|
|
96
92
|
if (['page_layout', 'dev_mode'].indexOf(page) !== -1) {
|
|
@@ -721,10 +721,6 @@ export class Setting_editor {
|
|
|
721
721
|
let list: any = [];
|
|
722
722
|
|
|
723
723
|
function click_item(index: any) {
|
|
724
|
-
if(!glitter.share.checkData()){
|
|
725
|
-
alert('是否確認跳轉')
|
|
726
|
-
return
|
|
727
|
-
}
|
|
728
724
|
const itemPage = items[parseInt(index)].page;
|
|
729
725
|
const page = permissionTitle === 'employee' && !getCRUD(itemPage).read ? 'noPermission' : itemPage;
|
|
730
726
|
if (['page_layout', 'dev_mode'].indexOf(page) !== -1) {
|