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

5 lines
128 B
Plaintext
Raw Normal View History

2024-09-14 02:26:50 +00:00
// @ts-nocheck
export const getCurrentPage = ():Page => {
const pages = getCurrentPages();
return pages[pages.length - 1]
};