"use strict"; const common_vendor = require("../../common/vendor.js"); const _sfc_main = { methods: { // 打开会话列表 openConversationList() { common_vendor.index.navigateTo({ url: "/TUIKit/components/TUIConversation/index" }); }, // 打开联系人 openContact() { common_vendor.index.navigateTo({ url: "/TUIKit/components/TUIContact/index" }); } } }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return { a: common_vendor.o$1((...args) => $options.openConversationList && $options.openConversationList(...args)), b: common_vendor.o$1((...args) => $options.openContact && $options.openContact(...args)) }; } const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]); wx.createPage(MiniProgramPage);