{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/assets/js/home.js"],"names":["window","onload","f","gclid","GetRequest","console","log","localStorage","setItem","value","url","decodeURI","location","search","object","indexOf","str","substr","strs","split","i","length"],"mappings":";QAAA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;;QAGA;QACA;;;;;;;;;;;;AClFA;AACA;AAEA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACAA,MAAM,CAACC,MAAP,GAAgBC,CAAhB;;AACA,SAASA,CAAT,GAAa;AACZ,MAAIC,KAAK,GAAGC,UAAU,CAAC,OAAD,CAAtB;AACAC,SAAO,CAACC,GAAR,CAAYH,KAAZ,EAAmB,aAAnB;;AACG,MAAGA,KAAK,IAAE,EAAV,EAAa;AACTI,gBAAY,CAACC,OAAb,CAAqB,OAArB,EAA8BL,KAA9B;AACH;AAEJ;;AACD,SAASC,UAAT,CAAoBK,KAApB,EAA2B;AAC1B;AACA,MAAIC,GAAG,GAAGC,SAAS,CAACC,QAAQ,CAACC,MAAV,CAAnB,CAF0B,CAEY;;AACtC,MAAIC,MAAM,GAAG,EAAb;;AACA,MAAIJ,GAAG,CAACK,OAAJ,CAAY,GAAZ,KAAoB,CAAC,CAAzB,EAA4B;AAC3B;AACA,QAAIC,GAAG,GAAGN,GAAG,CAACO,MAAJ,CAAW,CAAX,CAAV,CAF2B,CAEF;;AACzB,QAAIC,IAAI,GAAGF,GAAG,CAACG,KAAJ,CAAU,GAAV,CAAX,CAH2B,CAGA;;AAC3B,SAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGF,IAAI,CAACG,MAAzB,EAAiCD,CAAC,EAAlC,EAAsC;AACrCN,YAAM,CAACI,IAAI,CAACE,CAAD,CAAJ,CAAQD,KAAR,CAAc,GAAd,EAAmB,CAAnB,CAAD,CAAN,GAAgCD,IAAI,CAACE,CAAD,CAAJ,CAAQD,KAAR,CAAc,GAAd,EAAmB,CAAnB,CAAhC;AACA;AACD;;AACD,SAAOL,MAAM,CAACL,KAAD,CAAN,IAAe,EAAtB;AACA,C","file":"home.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = \"./src/assets/js/home.js\");\n","// import Swiper from \"swiper\";\r\n// import SwiperCore, { Navigation, Pagination, Autoplay } from \"swiper/core\";\r\n\r\n// // configure Swiper to use modules\r\n// SwiperCore.use([Navigation, Pagination, Autoplay]);\r\n\r\n// const bannerSwiper = new Swiper(\".banner-swiper\", {\r\n// \tautoplay: {\r\n// \t\tdelay: 5000\r\n// \t},\r\n// \tpagination: {\r\n// \t\tel: \".swiper-pagination\",\r\n// \t},\r\n// \t// Navigation arrows\r\n// \tnavigation: {\r\n// \t\tnextEl: \".banner-button-next\",\r\n// \t\tprevEl: \".banner-button-prev\",\r\n// \t},\r\n// });\r\nwindow.onload = f;\r\nfunction f() {\r\n\tvar gclid = GetRequest(\"gclid\");\r\n\tconsole.log(gclid, '###########')\r\n if(gclid!=\"\"){\r\n localStorage.setItem(\"gclid\", gclid);\r\n }\r\n\t\r\n}\r\nfunction GetRequest(value) {\r\n\t//url例子:www.bicycle.com?id=\"123456\"&Name=\"bicycle\";\r\n\tvar url = decodeURI(location.search); //?id=\"123456\"&Name=\"bicycle\";\r\n\tvar object = {};\r\n\tif (url.indexOf(\"?\") != -1) {\r\n\t\t//url中存在问号,也就说有参数。\r\n\t\tvar str = url.substr(1); //得到?后面的字符串\r\n\t\tvar strs = str.split(\"&\"); //将得到的参数分隔成数组[id=\"123456\",Name=\"bicycle\"];\r\n\t\tfor (var i = 0; i < strs.length; i++) {\r\n\t\t\tobject[strs[i].split(\"=\")[0]] = strs[i].split(\"=\")[1];\r\n\t\t}\r\n\t}\r\n\treturn object[value]||\"\";\r\n}\r\n"],"sourceRoot":""}