feat: 提交忽略unpackage

This commit is contained in:
2025-07-20 20:33:02 +08:00
parent 591287e757
commit fd287ada91
76 changed files with 197 additions and 740 deletions

View File

@@ -1,5 +1,6 @@
"use strict";
const common_vendor = require("../../common/vendor.js");
const manager_LoginManager = require("../../manager/LoginManager.js");
const _sfc_main = {
__name: "DrawerHome",
emits: ["closeDrawer"],
@@ -7,12 +8,21 @@ const _sfc_main = {
const emits = __emit;
const closeDrawer = () => {
emits("closeDrawer");
common_vendor.index.__f__("log", "at pages/drawer/DrawerHome.vue:23", "=============关闭抽屉");
common_vendor.index.__f__("log", "at pages/drawer/DrawerHome.vue:25", "=============关闭抽屉");
};
const login = () => {
manager_LoginManager.loginAuth().then((res) => {
common_vendor.index.__f__("log", "at pages/drawer/DrawerHome.vue:31", "登录成功", res);
}).catch((err) => {
common_vendor.index.__f__("error", "at pages/drawer/DrawerHome.vue:35", "登录失败", err);
});
common_vendor.index.__f__("log", "at pages/drawer/DrawerHome.vue:38", "=============登录");
};
return (_ctx, _cache) => {
return {
a: common_vendor.o(closeDrawer),
b: common_vendor.f(100, (item, index, i0) => {
b: common_vendor.o(login),
c: common_vendor.f(100, (item, index, i0) => {
return {
a: common_vendor.t(item),
b: index