{"version":3,"sources":["webpack:///./src/util/dialog.js","webpack:///./src/containers/TheLayoutWithoutLogin.vue?6294","webpack:///src/containers/TheLayoutWithoutLogin.vue","webpack:///./src/containers/TheLayoutWithoutLogin.vue?c1f1","webpack:///./src/containers/TheLayoutWithoutLogin.vue","webpack:///./src/views/account/ReSendMail.vue?f75e","webpack:///src/views/account/ReSendMail.vue","webpack:///./src/views/account/ReSendMail.vue?e85a","webpack:///./src/views/account/ReSendMail.vue"],"names":["showInforDialog","message","options","html","loader","reverse","okText","cancelText","animation","type","verification","verificationHelp","clicksCount","backdropClose","customClass","Vue","prototype","$dialog","alert","then","dialog","render","_vm","this","_h","$createElement","_c","_self","staticClass","attrs","_t","staticStyle","_v","staticRenderFns","component","on","$event","preventDefault","reSend","model","value","callback","$$v","username","expression"],"mappings":"kHAAA,0BAIe,QACXA,gBADW,SACKC,GACZ,IAAIC,EAAU,CACVC,MAAM,EACNC,QAAQ,EACRC,SAAS,EACTC,OAAQ,KACRC,WAAY,QACZC,UAAW,OACXC,KAAM,QACNC,aAAc,WACdC,iBAAkB,2CAClBC,YAAa,EACbC,eAAe,EACfC,YAAa,IAGjBC,aAAIC,UAAUC,QAAQC,MAAMjB,EAASC,GAASiB,MAAK,SAASC,U,oCCrBpE,IAAIC,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,wBAAwB,CAACF,EAAG,aAAa,CAACA,EAAG,MAAM,CAACE,YAAY,oBAAoBF,EAAG,OAAO,CAACE,YAAY,8BAA8B,CAACF,EAAG,OAAO,CAACG,MAAM,CAAC,GAAK,MAAM,CAACH,EAAG,QAAQ,CAACE,YAAY,QAAQ,CAACF,EAAG,YAAY,CAACE,YAAY,OAAO,CAACN,EAAIQ,GAAG,YAAY,IAAI,IAAI,IAAI,GAAGJ,EAAG,OAAO,CAACE,YAAY,+BAA+BG,YAAY,CAAC,cAAc,QAAQ,CAACL,EAAG,OAAO,CAACG,MAAM,CAAC,GAAK,MAAM,CAACH,EAAG,MAAM,CAACE,YAAY,qBAAqB,CAACF,EAAG,QAAQ,GAAG,CAACJ,EAAIU,GAAG,gDAAgD,IAAI,IAAI,IACnnBC,EAAkB,GCsBtB,KCvB+V,I,YCO3VC,EAAY,eACd,EACAb,EACAY,GACA,EACA,KACA,KACA,MAIa,OAAAC,E,yEClBf,IAAIb,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,2BAA2B,CAACA,EAAG,OAAO,CAACE,YAAY,YAAYO,GAAG,CAAC,OAAS,SAASC,GAAgC,OAAxBA,EAAOC,iBAAwBf,EAAIgB,OAAOF,MAAW,CAACV,EAAG,KAAK,CAACE,YAAY,QAAQ,CAACF,EAAG,SAAS,CAACJ,EAAIU,GAAG,YAAYN,EAAG,OAAO,CAACE,YAAY,yBAAyB,CAACN,EAAIU,GAAG,qBAAqBN,EAAG,SAAS,CAACE,YAAY,OAAOC,MAAM,CAAC,YAAc,cAAc,aAAe,QAAQ,QAAU,KAAKU,MAAM,CAACC,MAAOlB,EAAY,SAAEmB,SAAS,SAAUC,GAAMpB,EAAIqB,SAASD,GAAKE,WAAW,cAAclB,EAAG,MAAMA,EAAG,SAAS,CAACE,YAAY,8CAA8CC,MAAM,CAAC,KAAO,WAAW,CAACH,EAAG,SAAS,CAACJ,EAAIU,GAAG,WAAW,GAAGN,EAAG,MAAMA,EAAG,MAAMA,EAAG,IAAI,CAACE,YAAY,eAAe,CAACN,EAAIU,GAAG,WAAWN,EAAG,cAAc,CAACG,MAAM,CAAC,GAAK,cAAc,CAACH,EAAG,SAAS,CAACE,YAAY,gBAAgB,CAACN,EAAIU,GAAG,aAAa,MACr4BC,EAAkB,G,yDCiCtB,GACA,YACA,8BAEA,KAJA,WAKA,OACA,cAGA,SACA,aADA,SACA,GACA,aACA,aACA,mBACA,cACA,aACA,YAIA,mCAGA,mCAGA,OAjBA,WAkBA,SAKA,GAJA,qBACA,sBAGA,QACA,wBAEA,6BACA,CACA,uBAEA,QACA,mBACA,0BACA,uBAIA,4BAIA,iBCpFmW,I,YCO/VC,EAAY,eACd,EACAb,EACAY,GACA,EACA,KACA,KACA,MAIa,aAAAC,E","file":"js/chunk-256b165b.bad6de90.js","sourcesContent":["import 'vuejs-dialog/dist/vuejs-dialog.min.css';\r\n\r\nimport Vue from 'vue'\r\n\r\nexport default {\r\n showInforDialog(message){\r\n let options = {\r\n html: true, // set to true if your message contains HTML tags. eg: \"Delete Foo ?\"\r\n loader: false, // set to true if you want the dailog to show a loader after click on \"proceed\"\r\n reverse: false, // switch the button positions (left to right, and vise versa)\r\n okText: '確定',\r\n cancelText: 'Close',\r\n animation: 'zoom', // Available: \"zoom\", \"bounce\", \"fade\"\r\n type: 'basic', // coming soon: 'soft', 'hard'\r\n verification: 'continue', // for hard confirm, user will be prompted to type this to enable the proceed button\r\n verificationHelp: 'Type \"[+:verification]\" below to confirm', // Verification help text. [+:verification] will be matched with 'options.verification' (i.e 'Type \"continue\" below to confirm')\r\n clicksCount: 3, // for soft confirm, user will be asked to click on \"proceed\" btn 3 times before actually proceeding\r\n backdropClose: false, // set to true to close the dialog when clicking outside of the dialog window, i.e. click landing on the mask\r\n customClass: '' // Custom class to be injected into the parent node for the current dialog instance\r\n };\r\n\r\n Vue.prototype.$dialog.alert(message, options).then(function(dialog) {\r\n //console.log('Closed');\r\n });\r\n }\r\n };","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"c-app sign-container\"},[_c('CContainer',[_c('div',{staticClass:\"login-logo mt-5\"}),_c('CRow',{staticClass:\"row justify-content-center\"},[_c('CCol',{attrs:{\"md\":\"6\"}},[_c('CCard',{staticClass:\"mb-0\"},[_c('CCardBody',{staticClass:\"p-3\"},[_vm._t(\"default\")],2)],1)],1)],1),_c('CRow',{staticClass:\"w-100 justify-content-center\",staticStyle:{\"margin-left\":\"0px\"}},[_c('CCol',{attrs:{\"md\":\"6\"}},[_c('div',{staticClass:\"text-center mt-1 \"},[_c('small',{},[_vm._v(\" © 2020 getchee. All rights reserved.\")])])])],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"," \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n © 2020 getchee. All rights reserved.\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TheLayoutWithoutLogin.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TheLayoutWithoutLogin.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./TheLayoutWithoutLogin.vue?vue&type=template&id=1a79690c&\"\nimport script from \"./TheLayoutWithoutLogin.vue?vue&type=script&lang=js&\"\nexport * from \"./TheLayoutWithoutLogin.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('the-layout-without-login',[_c('form',{staticClass:\"mt-4 mb-4\",on:{\"submit\":function($event){$event.preventDefault();return _vm.reSend($event)}}},[_c('h4',{staticClass:\"mb-0\"},[_c('strong',[_vm._v(\"忘記密碼\")])]),_c('span',{staticClass:\"help-block text-muted\"},[_vm._v(\"系統將重發認證信,請留意信箱!\")]),_c('CInput',{staticClass:\"mt-5\",attrs:{\"placeholder\":\"請輸入您的 Email\",\"autocomplete\":\"email\",\"prepend\":\"@\"},model:{value:(_vm.username),callback:function ($$v) {_vm.username=$$v},expression:\"username\"}}),_c('br'),_c('button',{staticClass:\"btn btn-success btn-lg text-white btn-block\",attrs:{\"type\":\"submit\"}},[_c('strong',[_vm._v(\"確認\")])])],1),_c('br'),_c('br'),_c('p',{staticClass:\"text-center\"},[_vm._v(\" 不是會員? \"),_c('router-link',{attrs:{\"to\":\"/register\"}},[_c('strong',{staticClass:\"text-default\"},[_vm._v(\"立即註冊\")])])],1)])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\r\n \r\n \r\n 忘記密碼 \r\n 系統將重發認證信,請留意信箱! \r\n \r\n \r\n \r\n \r\n \r\n 確認 \r\n \r\n \r\n \r\n 不是會員? 立即註冊 \r\n \r\n \r\n\r\n\r\n\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ReSendMail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ReSendMail.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ReSendMail.vue?vue&type=template&id=6c4d2d9c&\"\nimport script from \"./ReSendMail.vue?vue&type=script&lang=js&\"\nexport * from \"./ReSendMail.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}
\r\n 不是會員? 立即註冊 \r\n