From 52ecb490f90893e21e5a8ecca9caa33b4de8122a Mon Sep 17 00:00:00 2001 From: lucky Date: Wed, 6 Jan 2021 15:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E7=B3=BB=E6=88=91=E4=BB=AC=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=20=E8=B4=AD=E7=89=A9=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 81 +++++++++- package.json | 1 + public/index.html | 1 + src/App.vue | 8 + src/assets/enterprise-banner.png | Bin 0 -> 1228141 bytes src/common/portrait.styl | 12 +- src/components/HeadNav/HeadNav.vue | 12 +- src/components/Introduce/ContactMap.vue | 52 +++++++ src/components/Introduce/ContactUs.vue | 8 +- src/components/Introduce/DeriveEnterprise.vue | 107 +++++-------- src/components/Introduce/PartnerShip.styl | 42 ++++- src/components/Introduce/PartnerShip.vue | 3 +- src/main.js | 6 + src/plugins/ant-design-vue.js | 2 + src/router/index.js | 6 + src/views/About/Children/SpinOffs.vue | 8 +- src/views/Cart/Cart.vue | 143 ++++++++++++++++++ 17 files changed, 405 insertions(+), 87 deletions(-) create mode 100644 src/assets/enterprise-banner.png create mode 100644 src/components/Introduce/ContactMap.vue create mode 100644 src/views/Cart/Cart.vue diff --git a/package-lock.json b/package-lock.json index 69665fa..dd1efd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2501,7 +2501,6 @@ "version": "1.0.10", "resolved": "https://registry.npm.taobao.org/argparse/download/argparse-1.0.10.tgz", "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=", - "dev": true, "requires": { "sprintf-js": "~1.0.2" } @@ -2962,6 +2961,34 @@ "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28=", "dev": true }, + "bmaplib.curveline": { + "version": "1.0.0", + "resolved": "https://registry.npm.taobao.org/bmaplib.curveline/download/bmaplib.curveline-1.0.0.tgz", + "integrity": "sha1-gm6wvxxZ+tGyMUK+Zvw2DPAJrqI=" + }, + "bmaplib.heatmap": { + "version": "1.0.4", + "resolved": "https://registry.npm.taobao.org/bmaplib.heatmap/download/bmaplib.heatmap-1.0.4.tgz", + "integrity": "sha1-MBYSYncf54rzVwX/kkV3Jd5dmFA=" + }, + "bmaplib.lushu": { + "version": "1.0.7", + "resolved": "https://registry.npm.taobao.org/bmaplib.lushu/download/bmaplib.lushu-1.0.7.tgz", + "integrity": "sha1-d8F9z3FI0wxG6EMMf/hrIOQYuLg=" + }, + "bmaplib.markerclusterer": { + "version": "1.0.13", + "resolved": "https://registry.npm.taobao.org/bmaplib.markerclusterer/download/bmaplib.markerclusterer-1.0.13.tgz", + "integrity": "sha1-RC1xpsQIRO5H0B9tshZrVFMLW9E=", + "requires": { + "bmaplib.texticonoverlay": "^1.0.2" + } + }, + "bmaplib.texticonoverlay": { + "version": "1.0.2", + "resolved": "https://registry.npm.taobao.org/bmaplib.texticonoverlay/download/bmaplib.texticonoverlay-1.0.2.tgz", + "integrity": "sha1-14VG6g8DbZ/pZJg3ljFbbBEqBb8=" + }, "bn.js": { "version": "5.1.3", "resolved": "https://registry.npm.taobao.org/bn.js/download/bn.js-5.1.3.tgz", @@ -7818,6 +7845,14 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", "dev": true }, + "linkify-it": { + "version": "2.2.0", + "resolved": "https://registry.npm.taobao.org/linkify-it/download/linkify-it-2.2.0.tgz", + "integrity": "sha1-47VGl+eL+RXHCjis14/QngBYsc8=", + "requires": { + "uc.micro": "^1.0.1" + } + }, "loader-fs-cache": { "version": "1.0.3", "resolved": "https://registry.npm.taobao.org/loader-fs-cache/download/loader-fs-cache-1.0.3.tgz", @@ -8047,6 +8082,25 @@ "object-visit": "^1.0.0" } }, + "markdown-it": { + "version": "8.4.2", + "resolved": "https://registry.npm.taobao.org/markdown-it/download/markdown-it-8.4.2.tgz?cache=0&sync_timestamp=1608478924665&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmarkdown-it%2Fdownload%2Fmarkdown-it-8.4.2.tgz", + "integrity": "sha1-OG+YmY3BWjdyKqdyIIT0Agvdm1Q=", + "requires": { + "argparse": "^1.0.7", + "entities": "~1.1.1", + "linkify-it": "^2.0.0", + "mdurl": "^1.0.1", + "uc.micro": "^1.0.5" + }, + "dependencies": { + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npm.taobao.org/entities/download/entities-1.1.2.tgz?cache=0&sync_timestamp=1602897048622&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fentities%2Fdownload%2Fentities-1.1.2.tgz", + "integrity": "sha1-vfpzUplmTfr9NFKe1PhSKidf6lY=" + } + } + }, "md5.js": { "version": "1.3.5", "resolved": "https://registry.npm.taobao.org/md5.js/download/md5.js-1.3.5.tgz", @@ -8064,6 +8118,11 @@ "integrity": "sha1-aZs8OKxvHXKAkaZGULZdOIUC/Vs=", "dev": true }, + "mdurl": { + "version": "1.0.1", + "resolved": "https://registry.npm.taobao.org/mdurl/download/mdurl-1.0.1.tgz", + "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=" + }, "media-typer": { "version": "0.3.0", "resolved": "https://registry.npm.taobao.org/media-typer/download/media-typer-0.3.0.tgz", @@ -11173,8 +11232,7 @@ "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npm.taobao.org/sprintf-js/download/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", - "dev": true + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, "sshpk": { "version": "1.16.1", @@ -12171,6 +12229,11 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", "dev": true }, + "uc.micro": { + "version": "1.0.6", + "resolved": "https://registry.npm.taobao.org/uc.micro/download/uc.micro-1.0.6.tgz", + "integrity": "sha1-nEEagCpAmpH8bPdAgbq6NLJEmaw=" + }, "uglify-js": { "version": "3.4.10", "resolved": "https://registry.npm.taobao.org/uglify-js/download/uglify-js-3.4.10.tgz", @@ -12509,6 +12572,18 @@ "resolved": "https://registry.npm.taobao.org/vue/download/vue-2.6.12.tgz", "integrity": "sha1-9evU+mvShpQD4pqJau1JBEVskSM=" }, + "vue-baidu-map": { + "version": "0.21.22", + "resolved": "https://registry.npm.taobao.org/vue-baidu-map/download/vue-baidu-map-0.21.22.tgz", + "integrity": "sha1-a3apHvNPGKeC1zKrD1QaGjqgaeA=", + "requires": { + "bmaplib.curveline": "^1.0.0", + "bmaplib.heatmap": "^1.0.4", + "bmaplib.lushu": "^1.0.7", + "bmaplib.markerclusterer": "^1.0.13", + "markdown-it": "^8.4.0" + } + }, "vue-cli-plugin-ant-design": { "version": "1.0.1", "resolved": "https://registry.npm.taobao.org/vue-cli-plugin-ant-design/download/vue-cli-plugin-ant-design-1.0.1.tgz", diff --git a/package.json b/package.json index f4e3dae..f44ffc0 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "register-service-worker": "^1.7.1", "stylus": "^0.54.8", "vue": "^2.6.11", + "vue-baidu-map": "^0.21.22", "vue-dompurify-html": "^2.3.0", "vue-quill-editor": "^3.0.6", "vue-router": "^3.2.0", diff --git a/public/index.html b/public/index.html index 4123528..8b92baa 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,7 @@ <%= htmlWebpackPlugin.options.title %> +