@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 371 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 帐号信息
const pluginLogin = /* @__PURE__ */ temporarilyNotSupport('pluginLogin');
const login = /* @__PURE__ */ temporarilyNotSupport('login');
const checkSession = /* @__PURE__ */ temporarilyNotSupport('checkSession');
export { checkSession, login, pluginLogin };
//# sourceMappingURL=login.js.map