cxc-szcx-uniapp/uni_modules/lime-shared/getCurrentPage/uvue.uts

5 lines
128 B
Plaintext
Raw Normal View History

2025-03-06 18:35:00 +00:00
// @ts-nocheck
export const getCurrentPage = ():Page => {
const pages = getCurrentPages();
return pages[pages.length - 1]
};