50 lines
1.7 KiB
JavaScript
Raw Normal View History

2025-07-08 16:49:39 +08:00
"use strict";
const common_vendor = require("../../common/vendor.js");
const common_libraries_setTabBar = require("../../common/libraries/setTabBar.js");
require("./model.js");
require("./method.js");
require("../../common/libraries/request.js");
const common_store_useWeAppAuthStore = require("../../common/store/useWeAppAuthStore.js");
require("../../common/libraries/updateMenu.js");
require("../../common/libraries/day.js");
require("../../gen/Apis.js");
require("../../common/libraries/apiLoading.js");
if (!Array) {
const _easycom_cc_root_view2 = common_vendor.resolveComponent("cc-root-view");
2025-07-09 00:34:00 +08:00
_easycom_cc_root_view2();
2025-07-08 16:49:39 +08:00
}
const _easycom_cc_root_view = () => "../../common/components/cc-root-view/cc-root-view.js";
if (!Math) {
2025-07-09 00:34:00 +08:00
_easycom_cc_root_view();
2025-07-08 16:49:39 +08:00
}
const _sfc_defineComponent = /* @__PURE__ */ common_vendor.defineComponent({
__name: "index",
setup(__props) {
getApp();
common_store_useWeAppAuthStore.useWeAppAuthStore();
common_vendor.onShow(async () => {
var _a;
common_libraries_setTabBar.setTabBarData(0);
await ((_a = common_vendor.getCurrentInstance()) == null ? void 0 : _a.appContext.config.globalProperties.$onLaunched);
});
common_vendor.onShareAppMessage(() => {
return {
2025-07-16 09:34:46 +08:00
title: "",
2025-07-08 16:49:39 +08:00
path: "/pages/index/index"
};
});
common_vendor.onShareTimeline(() => {
return {
2025-07-16 09:34:46 +08:00
title: "",
2025-07-08 16:49:39 +08:00
path: "/pages/index/index"
};
});
return (_ctx, _cache) => {
2025-07-09 00:34:00 +08:00
return {};
2025-07-08 16:49:39 +08:00
};
}
});
_sfc_defineComponent.__runtimeHooks = 6;
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_defineComponent, [["__file", "/Users/zsq/Sources/github/2025property-pay/pay-employee/src/pages/index/index.vue"]]);
wx.createPage(MiniProgramPage);