|
@@ -70964,9 +70964,9 @@ const actions = {
|
|
|
getShopInfo(ctx, data) {
|
|
|
return new Promise((resolve, reject) => {
|
|
|
if (ctx.state.shopInfo && !ctx.state.shopInfo.id) {
|
|
|
- this.$axios.post(`/c-api/logo/info/${encodeURIComponent(
|
|
|
- // location.hostname
|
|
|
- 'kkburwoodvicg.promocatalogue.com.au')}`).then(res => {
|
|
|
+ this.$axios.post(`/c-api/logo/info/${encodeURIComponent(location.hostname
|
|
|
+ // 'kkburwoodvicg.promocatalogue.com.au'
|
|
|
+ )}`).then(res => {
|
|
|
ctx.commit('setShopInfo', res.result);
|
|
|
resolve(res.result);
|
|
|
}).catch(e => {
|
|
@@ -71139,16 +71139,18 @@ __webpack_require__.d(components_namespaceObject, "BookCard", function() { retur
|
|
|
__webpack_require__.d(components_namespaceObject, "ImageList", function() { return ImageList; });
|
|
|
__webpack_require__.d(components_namespaceObject, "LoginDialog", function() { return LoginDialog; });
|
|
|
__webpack_require__.d(components_namespaceObject, "ResetPasswordDialog", function() { return ResetPasswordDialog; });
|
|
|
+__webpack_require__.d(components_namespaceObject, "CustomElSliderButton", function() { return CustomElSliderButton; });
|
|
|
+__webpack_require__.d(components_namespaceObject, "CustomElSlider", function() { return CustomElSlider; });
|
|
|
+__webpack_require__.d(components_namespaceObject, "CustomElSliderMarker", function() { return CustomElSliderMarker; });
|
|
|
__webpack_require__.d(components_namespaceObject, "TinymceDynamicLoadScript", function() { return TinymceDynamicLoadScript; });
|
|
|
__webpack_require__.d(components_namespaceObject, "Tinymce", function() { return Tinymce; });
|
|
|
__webpack_require__.d(components_namespaceObject, "TinymcePlugins", function() { return TinymcePlugins; });
|
|
|
__webpack_require__.d(components_namespaceObject, "TinymceToolbar", function() { return TinymceToolbar; });
|
|
|
-__webpack_require__.d(components_namespaceObject, "CustomElSliderButton", function() { return CustomElSliderButton; });
|
|
|
-__webpack_require__.d(components_namespaceObject, "CustomElSlider", function() { return CustomElSlider; });
|
|
|
-__webpack_require__.d(components_namespaceObject, "CustomElSliderMarker", function() { return CustomElSliderMarker; });
|
|
|
-__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 +71158,9 @@ __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, "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, "TinymceComponentsEditorImage", function() { return TinymceComponentsEditorImage; });
|
|
|
|
|
|
// EXTERNAL MODULE: external "vue"
|
|
@@ -72803,16 +72803,18 @@ const BookCard = () => __webpack_require__.e(/* import() | components/book-card
|
|
|
const ImageList = () => __webpack_require__.e(/* import() | components/image-list */ 16).then(__webpack_require__.bind(null, 205)).then(c => wrapFunctional(c.default || c));
|
|
|
const LoginDialog = () => __webpack_require__.e(/* import() | components/login-dialog */ 18).then(__webpack_require__.bind(null, 430)).then(c => wrapFunctional(c.default || c));
|
|
|
const ResetPasswordDialog = () => __webpack_require__.e(/* import() | components/reset-password-dialog */ 36).then(__webpack_require__.bind(null, 431)).then(c => wrapFunctional(c.default || c));
|
|
|
+const CustomElSliderButton = () => __webpack_require__.e(/* import() | components/custom-el-slider-button */ 10).then(__webpack_require__.bind(null, 158)).then(c => wrapFunctional(c.default || c));
|
|
|
+const CustomElSlider = () => __webpack_require__.e(/* import() | components/custom-el-slider */ 9).then(__webpack_require__.bind(null, 161)).then(c => wrapFunctional(c.default || c));
|
|
|
+const CustomElSliderMarker = () => __webpack_require__.e(/* import() | components/custom-el-slider-marker */ 11).then(__webpack_require__.bind(null, 159)).then(c => wrapFunctional(c.default || c));
|
|
|
const TinymceDynamicLoadScript = () => __webpack_require__.e(/* import() | components/tinymce-dynamic-load-script */ 51).then(__webpack_require__.bind(null, 152)).then(c => wrapFunctional(c.default || c));
|
|
|
const Tinymce = () => __webpack_require__.e(/* import() | components/tinymce */ 49).then(__webpack_require__.bind(null, 143)).then(c => wrapFunctional(c.default || c));
|
|
|
const TinymcePlugins = () => __webpack_require__.e(/* import() | components/tinymce-plugins */ 52).then(__webpack_require__.bind(null, 150)).then(c => wrapFunctional(c.default || c));
|
|
|
const TinymceToolbar = () => __webpack_require__.e(/* import() | components/tinymce-toolbar */ 53).then(__webpack_require__.bind(null, 151)).then(c => wrapFunctional(c.default || c));
|
|
|
-const CustomElSliderButton = () => __webpack_require__.e(/* import() | components/custom-el-slider-button */ 10).then(__webpack_require__.bind(null, 158)).then(c => wrapFunctional(c.default || c));
|
|
|
-const CustomElSlider = () => __webpack_require__.e(/* import() | components/custom-el-slider */ 9).then(__webpack_require__.bind(null, 161)).then(c => wrapFunctional(c.default || c));
|
|
|
-const CustomElSliderMarker = () => __webpack_require__.e(/* import() | components/custom-el-slider-marker */ 11).then(__webpack_require__.bind(null, 159)).then(c => wrapFunctional(c.default || c));
|
|
|
-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 +72822,9 @@ 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 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 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
|