Răsfoiți Sursa

change: 确保部分方法在浏览器展示中被正确调用.

peter 4 săptămâni în urmă
părinte
comite
1f72226927

+ 5 - 5
.nuxt/components/index.js

@@ -43,6 +43,11 @@ export const CustomElSliderMarker = () => import('../../components/custom-el-sli
 export const ProductLeft = () => import('../../components/product/ProductLeft.vue' /* webpackChunkName: "components/product-left" */).then(c => wrapFunctional(c.default || c))
 export const ProductRight = () => import('../../components/product/ProductRight.vue' /* webpackChunkName: "components/product-right" */).then(c => wrapFunctional(c.default || c))
 export const ProductQuote = () => import('../../components/product/Quote.vue' /* webpackChunkName: "components/product-quote" */).then(c => wrapFunctional(c.default || c))
+export const ProductBuilderDialogSelectAddr = () => import('../../components/product-builder/DialogSelectAddr.vue' /* webpackChunkName: "components/product-builder-dialog-select-addr" */).then(c => wrapFunctional(c.default || c))
+export const ProductBuilderStep1 = () => import('../../components/product-builder/step-1.vue' /* webpackChunkName: "components/product-builder-step1" */).then(c => wrapFunctional(c.default || c))
+export const ProductBuilderStep2 = () => import('../../components/product-builder/step-2.vue' /* webpackChunkName: "components/product-builder-step2" */).then(c => wrapFunctional(c.default || c))
+export const ProductBuilderStep3 = () => import('../../components/product-builder/step-3.vue' /* webpackChunkName: "components/product-builder-step3" */).then(c => wrapFunctional(c.default || c))
+export const ProductBuilderStepMixin = () => import('../../components/product-builder/stepMixin.vue' /* webpackChunkName: "components/product-builder-step-mixin" */).then(c => wrapFunctional(c.default || c))
 export const TableChangeTable = () => import('../../components/table/ChangeTable.vue' /* webpackChunkName: "components/table-change-table" */).then(c => wrapFunctional(c.default || c))
 export const TableMailTable = () => import('../../components/table/MailTable.vue' /* webpackChunkName: "components/table-mail-table" */).then(c => wrapFunctional(c.default || c))
 export const TableNewPriceTable = () => import('../../components/table/NewPriceTable.vue' /* webpackChunkName: "components/table-new-price-table" */).then(c => wrapFunctional(c.default || c))
@@ -50,11 +55,6 @@ export const TableStockTable = () => import('../../components/table/StockTable.v
 export const TableTotalTable = () => import('../../components/table/TotalTable.vue' /* webpackChunkName: "components/table-total-table" */).then(c => wrapFunctional(c.default || c))
 export const TableUnitTable = () => import('../../components/table/UnitTable.vue' /* webpackChunkName: "components/table-unit-table" */).then(c => wrapFunctional(c.default || c))
 export const TableParamTable = () => import('../../components/table/paramTable.vue' /* webpackChunkName: "components/table-param-table" */).then(c => wrapFunctional(c.default || c))
-export const ProductBuilderDialogSelectAddr = () => import('../../components/product-builder/DialogSelectAddr.vue' /* webpackChunkName: "components/product-builder-dialog-select-addr" */).then(c => wrapFunctional(c.default || c))
-export const ProductBuilderStep1 = () => import('../../components/product-builder/step-1.vue' /* webpackChunkName: "components/product-builder-step1" */).then(c => wrapFunctional(c.default || c))
-export const ProductBuilderStep2 = () => import('../../components/product-builder/step-2.vue' /* webpackChunkName: "components/product-builder-step2" */).then(c => wrapFunctional(c.default || c))
-export const ProductBuilderStep3 = () => import('../../components/product-builder/step-3.vue' /* webpackChunkName: "components/product-builder-step3" */).then(c => wrapFunctional(c.default || c))
-export const ProductBuilderStepMixin = () => import('../../components/product-builder/stepMixin.vue' /* webpackChunkName: "components/product-builder-step-mixin" */).then(c => wrapFunctional(c.default || c))
 export const TinymceComponentsEditorImage = () => import('../../components/Tinymce/components/EditorImage.vue' /* webpackChunkName: "components/tinymce-components-editor-image" */).then(c => wrapFunctional(c.default || c))
 
 // nuxt/nuxt.js#8607

+ 5 - 5
.nuxt/components/readme.md

@@ -51,6 +51,11 @@ You can directly use them in pages and other components without the need to impo
 - `<ProductLeft>` | `<product-left>` (components/product/ProductLeft.vue)
 - `<ProductRight>` | `<product-right>` (components/product/ProductRight.vue)
 - `<ProductQuote>` | `<product-quote>` (components/product/Quote.vue)
+- `<ProductBuilderDialogSelectAddr>` | `<product-builder-dialog-select-addr>` (components/product-builder/DialogSelectAddr.vue)
+- `<ProductBuilderStep1>` | `<product-builder-step1>` (components/product-builder/step-1.vue)
+- `<ProductBuilderStep2>` | `<product-builder-step2>` (components/product-builder/step-2.vue)
+- `<ProductBuilderStep3>` | `<product-builder-step3>` (components/product-builder/step-3.vue)
+- `<ProductBuilderStepMixin>` | `<product-builder-step-mixin>` (components/product-builder/stepMixin.vue)
 - `<TableChangeTable>` | `<table-change-table>` (components/table/ChangeTable.vue)
 - `<TableMailTable>` | `<table-mail-table>` (components/table/MailTable.vue)
 - `<TableNewPriceTable>` | `<table-new-price-table>` (components/table/NewPriceTable.vue)
@@ -58,9 +63,4 @@ You can directly use them in pages and other components without the need to impo
 - `<TableTotalTable>` | `<table-total-table>` (components/table/TotalTable.vue)
 - `<TableUnitTable>` | `<table-unit-table>` (components/table/UnitTable.vue)
 - `<TableParamTable>` | `<table-param-table>` (components/table/paramTable.vue)
-- `<ProductBuilderDialogSelectAddr>` | `<product-builder-dialog-select-addr>` (components/product-builder/DialogSelectAddr.vue)
-- `<ProductBuilderStep1>` | `<product-builder-step1>` (components/product-builder/step-1.vue)
-- `<ProductBuilderStep2>` | `<product-builder-step2>` (components/product-builder/step-2.vue)
-- `<ProductBuilderStep3>` | `<product-builder-step3>` (components/product-builder/step-3.vue)
-- `<ProductBuilderStepMixin>` | `<product-builder-step-mixin>` (components/product-builder/stepMixin.vue)
 - `<TinymceComponentsEditorImage>` | `<tinymce-components-editor-image>` (components/Tinymce/components/EditorImage.vue)

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/148ad06.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/148ad06.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/73ce230.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/73ce230.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/8a6cad4.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/8a6cad4.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/987169d.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/css/9680f59.css


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/css/de6bf19.css


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/e0f92f2.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/e0f92f2.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/e692bf0.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/client/e692bf0.js.map


Fișier diff suprimat deoarece este prea mare
+ 247 - 247
.nuxt/dist/server/client.manifest.json


Fișier diff suprimat deoarece este prea mare
+ 10 - 12
.nuxt/dist/server/components/product-right.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/server/components/product-right.js.map


+ 1 - 1
.nuxt/dist/server/index.spa.html

@@ -5,5 +5,5 @@
   <link href="/_nuxt/css/9b69cf1.css" rel="stylesheet"><link href="/_nuxt/css/dcb204f.css" rel="stylesheet"></head>
   <body {{ body_attrs }}>
     {{ APP }}
-  <script src="/_nuxt/45a8907.js"></script><script src="/_nuxt/81e88a2.js"></script><script src="/_nuxt/70bd80b.js"></script><script src="/_nuxt/8ff0983.js"></script></body>
+  <script src="/_nuxt/e692bf0.js"></script><script src="/_nuxt/81e88a2.js"></script><script src="/_nuxt/70bd80b.js"></script><script src="/_nuxt/148ad06.js"></script></body>
 </html>

Fișier diff suprimat deoarece este prea mare
+ 10 - 12
.nuxt/dist/server/pages/product/_code.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/server/pages/product/_code.js.map


+ 10 - 10
.nuxt/dist/server/server.js

@@ -71149,6 +71149,11 @@ __webpack_require__.d(components_namespaceObject, "CustomElSliderMarker", functi
 __webpack_require__.d(components_namespaceObject, "ProductLeft", function() { return ProductLeft; });
 __webpack_require__.d(components_namespaceObject, "ProductRight", function() { return ProductRight; });
 __webpack_require__.d(components_namespaceObject, "ProductQuote", function() { return ProductQuote; });
+__webpack_require__.d(components_namespaceObject, "ProductBuilderDialogSelectAddr", function() { return ProductBuilderDialogSelectAddr; });
+__webpack_require__.d(components_namespaceObject, "ProductBuilderStep1", function() { return ProductBuilderStep1; });
+__webpack_require__.d(components_namespaceObject, "ProductBuilderStep2", function() { return ProductBuilderStep2; });
+__webpack_require__.d(components_namespaceObject, "ProductBuilderStep3", function() { return ProductBuilderStep3; });
+__webpack_require__.d(components_namespaceObject, "ProductBuilderStepMixin", function() { return ProductBuilderStepMixin; });
 __webpack_require__.d(components_namespaceObject, "TableChangeTable", function() { return TableChangeTable; });
 __webpack_require__.d(components_namespaceObject, "TableMailTable", function() { return TableMailTable; });
 __webpack_require__.d(components_namespaceObject, "TableNewPriceTable", function() { return TableNewPriceTable; });
@@ -71156,11 +71161,6 @@ __webpack_require__.d(components_namespaceObject, "TableStockTable", function()
 __webpack_require__.d(components_namespaceObject, "TableTotalTable", function() { return TableTotalTable; });
 __webpack_require__.d(components_namespaceObject, "TableUnitTable", function() { return TableUnitTable; });
 __webpack_require__.d(components_namespaceObject, "TableParamTable", function() { return TableParamTable; });
-__webpack_require__.d(components_namespaceObject, "ProductBuilderDialogSelectAddr", function() { return ProductBuilderDialogSelectAddr; });
-__webpack_require__.d(components_namespaceObject, "ProductBuilderStep1", function() { return ProductBuilderStep1; });
-__webpack_require__.d(components_namespaceObject, "ProductBuilderStep2", function() { return ProductBuilderStep2; });
-__webpack_require__.d(components_namespaceObject, "ProductBuilderStep3", function() { return ProductBuilderStep3; });
-__webpack_require__.d(components_namespaceObject, "ProductBuilderStepMixin", function() { return ProductBuilderStepMixin; });
 __webpack_require__.d(components_namespaceObject, "TinymceComponentsEditorImage", function() { return TinymceComponentsEditorImage; });
 
 // EXTERNAL MODULE: external "vue"
@@ -72813,6 +72813,11 @@ const CustomElSliderMarker = () => __webpack_require__.e(/* import() | component
 const ProductLeft = () => __webpack_require__.e(/* import() | components/product-left */ 31).then(__webpack_require__.bind(null, 324)).then(c => wrapFunctional(c.default || c));
 const ProductRight = () => __webpack_require__.e(/* import() | components/product-right */ 33).then(__webpack_require__.bind(null, 325)).then(c => wrapFunctional(c.default || c));
 const ProductQuote = () => __webpack_require__.e(/* import() | components/product-quote */ 32).then(__webpack_require__.bind(null, 241)).then(c => wrapFunctional(c.default || c));
+const ProductBuilderDialogSelectAddr = () => __webpack_require__.e(/* import() | components/product-builder-dialog-select-addr */ 26).then(__webpack_require__.bind(null, 240)).then(c => wrapFunctional(c.default || c));
+const ProductBuilderStep1 = () => __webpack_require__.e(/* import() | components/product-builder-step1 */ 28).then(__webpack_require__.bind(null, 320)).then(c => wrapFunctional(c.default || c));
+const ProductBuilderStep2 = () => __webpack_require__.e(/* import() | components/product-builder-step2 */ 29).then(__webpack_require__.bind(null, 321)).then(c => wrapFunctional(c.default || c));
+const ProductBuilderStep3 = () => __webpack_require__.e(/* import() | components/product-builder-step3 */ 30).then(__webpack_require__.bind(null, 322)).then(c => wrapFunctional(c.default || c));
+const ProductBuilderStepMixin = () => __webpack_require__.e(/* import() | components/product-builder-step-mixin */ 27).then(__webpack_require__.bind(null, 178)).then(c => wrapFunctional(c.default || c));
 const TableChangeTable = () => __webpack_require__.e(/* import() | components/table-change-table */ 42).then(__webpack_require__.bind(null, 243)).then(c => wrapFunctional(c.default || c));
 const TableMailTable = () => __webpack_require__.e(/* import() | components/table-mail-table */ 43).then(__webpack_require__.bind(null, 211)).then(c => wrapFunctional(c.default || c));
 const TableNewPriceTable = () => __webpack_require__.e(/* import() | components/table-new-price-table */ 44).then(__webpack_require__.bind(null, 208)).then(c => wrapFunctional(c.default || c));
@@ -72820,11 +72825,6 @@ const TableStockTable = () => __webpack_require__.e(/* import() | components/tab
 const TableTotalTable = () => __webpack_require__.e(/* import() | components/table-total-table */ 47).then(__webpack_require__.bind(null, 209)).then(c => wrapFunctional(c.default || c));
 const TableUnitTable = () => __webpack_require__.e(/* import() | components/table-unit-table */ 48).then(__webpack_require__.bind(null, 210)).then(c => wrapFunctional(c.default || c));
 const TableParamTable = () => __webpack_require__.e(/* import() | components/table-param-table */ 45).then(__webpack_require__.bind(null, 314)).then(c => wrapFunctional(c.default || c));
-const ProductBuilderDialogSelectAddr = () => __webpack_require__.e(/* import() | components/product-builder-dialog-select-addr */ 26).then(__webpack_require__.bind(null, 240)).then(c => wrapFunctional(c.default || c));
-const ProductBuilderStep1 = () => __webpack_require__.e(/* import() | components/product-builder-step1 */ 28).then(__webpack_require__.bind(null, 320)).then(c => wrapFunctional(c.default || c));
-const ProductBuilderStep2 = () => __webpack_require__.e(/* import() | components/product-builder-step2 */ 29).then(__webpack_require__.bind(null, 321)).then(c => wrapFunctional(c.default || c));
-const ProductBuilderStep3 = () => __webpack_require__.e(/* import() | components/product-builder-step3 */ 30).then(__webpack_require__.bind(null, 322)).then(c => wrapFunctional(c.default || c));
-const ProductBuilderStepMixin = () => __webpack_require__.e(/* import() | components/product-builder-step-mixin */ 27).then(__webpack_require__.bind(null, 178)).then(c => wrapFunctional(c.default || c));
 const TinymceComponentsEditorImage = () => __webpack_require__.e(/* import() | components/tinymce-components-editor-image */ 50).then(__webpack_require__.bind(null, 432)).then(c => wrapFunctional(c.default || c));
 
 // nuxt/nuxt.js#8607

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
.nuxt/dist/server/server.js.map


+ 15 - 15
.nuxt/vetur/tags.json

@@ -134,6 +134,21 @@
   "ProductQuote": {
     "description": "Auto imported from components/product/Quote.vue"
   },
+  "ProductBuilderDialogSelectAddr": {
+    "description": "Auto imported from components/product-builder/DialogSelectAddr.vue"
+  },
+  "ProductBuilderStep1": {
+    "description": "Auto imported from components/product-builder/step-1.vue"
+  },
+  "ProductBuilderStep2": {
+    "description": "Auto imported from components/product-builder/step-2.vue"
+  },
+  "ProductBuilderStep3": {
+    "description": "Auto imported from components/product-builder/step-3.vue"
+  },
+  "ProductBuilderStepMixin": {
+    "description": "Auto imported from components/product-builder/stepMixin.vue"
+  },
   "TableChangeTable": {
     "description": "Auto imported from components/table/ChangeTable.vue"
   },
@@ -155,21 +170,6 @@
   "TableParamTable": {
     "description": "Auto imported from components/table/paramTable.vue"
   },
-  "ProductBuilderDialogSelectAddr": {
-    "description": "Auto imported from components/product-builder/DialogSelectAddr.vue"
-  },
-  "ProductBuilderStep1": {
-    "description": "Auto imported from components/product-builder/step-1.vue"
-  },
-  "ProductBuilderStep2": {
-    "description": "Auto imported from components/product-builder/step-2.vue"
-  },
-  "ProductBuilderStep3": {
-    "description": "Auto imported from components/product-builder/step-3.vue"
-  },
-  "ProductBuilderStepMixin": {
-    "description": "Auto imported from components/product-builder/stepMixin.vue"
-  },
   "TinymceComponentsEditorImage": {
     "description": "Auto imported from components/Tinymce/components/EditorImage.vue"
   }

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff