const _app = getApp<IAppOption>();
Page({
data: {
current: 0,
},
onLoad() {},
reLaunch() {
wx.navigateBack()
});
export {};