ts-glitter 20.2.3 → 20.2.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/lowcode/Entry.js
CHANGED
|
@@ -143,7 +143,7 @@ export class Entry {
|
|
|
143
143
|
}
|
|
144
144
|
window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
|
|
145
145
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
146
|
-
glitter.share.editerVersion = 'V_20.2.
|
|
146
|
+
glitter.share.editerVersion = 'V_20.2.4';
|
|
147
147
|
glitter.share.start = new Date();
|
|
148
148
|
const vm = { appConfig: [] };
|
|
149
149
|
window.saasConfig = {
|
package/lowcode/Entry.ts
CHANGED
|
@@ -25,7 +25,6 @@ export class Entry {
|
|
|
25
25
|
return originalReplaceState.apply(history, arguments);
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
|
-
|
|
29
28
|
function next(){
|
|
30
29
|
//判斷結帳成功清空購物車紀錄
|
|
31
30
|
if (glitter.getUrlParameter('EndCheckout') === '1') {
|
|
@@ -145,7 +144,7 @@ export class Entry {
|
|
|
145
144
|
}
|
|
146
145
|
(window as any).renderClock = (window as any).renderClock ?? createClock();
|
|
147
146
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
148
|
-
glitter.share.editerVersion = 'V_20.2.
|
|
147
|
+
glitter.share.editerVersion = 'V_20.2.4';
|
|
149
148
|
|
|
150
149
|
glitter.share.start = new Date();
|
|
151
150
|
const vm = { appConfig: [] };
|
|
@@ -2402,8 +2402,7 @@ HtmlGenerate.changePage = (obj) => {
|
|
|
2402
2402
|
var _a, _b;
|
|
2403
2403
|
const glitter = Glitter.glitter;
|
|
2404
2404
|
if (obj.tag === 'backend_manager') {
|
|
2405
|
-
glitter.
|
|
2406
|
-
location.reload();
|
|
2405
|
+
location.href = glitter.root_path + 'backend_manager';
|
|
2407
2406
|
return;
|
|
2408
2407
|
}
|
|
2409
2408
|
console.log(`changePage-time:`, window.renderClock.stop());
|
|
@@ -592,8 +592,8 @@ export class HtmlGenerate {
|
|
|
592
592
|
const glitter = Glitter.glitter;
|
|
593
593
|
//複寫back_manager的頁面,避免堆棧問題
|
|
594
594
|
if(obj.tag==='backend_manager'){
|
|
595
|
-
|
|
596
|
-
location.
|
|
595
|
+
|
|
596
|
+
location.href=glitter.root_path+'backend_manager'
|
|
597
597
|
return
|
|
598
598
|
}
|
|
599
599
|
|