add
This commit is contained in:
Vendored
+12
-6
@@ -43,7 +43,7 @@ module.exports =
|
||||
/******/
|
||||
/******/ // "0" is the signal for "already loaded"
|
||||
/******/ if(installedChunks[chunkId] !== 0) {
|
||||
/******/ var chunk = require("./" + ({"1":"pages/autofill","2":"pages/index","3":"pages/submit"}[chunkId]||chunkId) + ".js");
|
||||
/******/ var chunk = require("./" + ({"1":"pages/Check_Veify","2":"pages/autofill","3":"pages/index","4":"pages/submit"}[chunkId]||chunkId) + ".js");
|
||||
/******/ var moreModules = chunk.modules, chunkIds = chunk.ids;
|
||||
/******/ for(var moduleId in moreModules) {
|
||||
/******/ modules[moduleId] = moreModules[moduleId];
|
||||
@@ -4548,11 +4548,13 @@ function shouldScrollToTop(route) {
|
||||
|
||||
|
||||
|
||||
const _4c4bd4da = () => interopDefault(__webpack_require__.e(/* import() | pages/autofill */ 1).then(__webpack_require__.bind(null, 86)));
|
||||
const _4c4bd4da = () => interopDefault(__webpack_require__.e(/* import() | pages/autofill */ 2).then(__webpack_require__.bind(null, 86)));
|
||||
|
||||
const _a9d81b18 = () => interopDefault(__webpack_require__.e(/* import() | pages/submit */ 3).then(__webpack_require__.bind(null, 87)));
|
||||
const _ae4b8690 = () => interopDefault(__webpack_require__.e(/* import() | pages/Check_Veify */ 1).then(__webpack_require__.bind(null, 87)));
|
||||
|
||||
const _6619b0c9 = () => interopDefault(__webpack_require__.e(/* import() | pages/index */ 2).then(__webpack_require__.bind(null, 88)));
|
||||
const _a9d81b18 = () => interopDefault(__webpack_require__.e(/* import() | pages/submit */ 4).then(__webpack_require__.bind(null, 88)));
|
||||
|
||||
const _6619b0c9 = () => interopDefault(__webpack_require__.e(/* import() | pages/index */ 3).then(__webpack_require__.bind(null, 89)));
|
||||
|
||||
const emptyFn = () => {};
|
||||
|
||||
@@ -4567,6 +4569,10 @@ const routerOptions = {
|
||||
path: "/autofill",
|
||||
component: _4c4bd4da,
|
||||
name: "autofill"
|
||||
}, {
|
||||
path: "/Check_Veify",
|
||||
component: _ae4b8690,
|
||||
name: "Check_Veify"
|
||||
}, {
|
||||
path: "/submit",
|
||||
component: _a9d81b18,
|
||||
@@ -6470,13 +6476,13 @@ const createNext = ssrContext => opts => {
|
||||
});
|
||||
|
||||
/***/ }),
|
||||
/* 50 */,
|
||||
/* 51 */
|
||||
/* 50 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
module.exports = require("url");
|
||||
|
||||
/***/ }),
|
||||
/* 51 */,
|
||||
/* 52 */
|
||||
/***/ (function(module, exports) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user