From 433a27c550ab18221ba776b2a1f4f08b3a5b5618 Mon Sep 17 00:00:00 2001
From: Lion <120344285@qq.com>
Date: Wed, 11 May 2022 16:37:05 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E7=B3=BB=E7=BB=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.eslintrc.js | 1 +
public/index.html | 1 +
src/api/order/activeorder.js | 20 +-
src/api/order/parkorder.js | 19 +
src/api/resource/addressinfo.js | 15 +-
src/api/resource/config.js | 27 ++
src/api/resource/notice.js | 44 +-
src/utils/initMap.js | 29 ++
src/views/active/activity.vue | 32 +-
src/views/order/activeorder.vue | 387 ++++++++----------
src/views/order/parkorder.vue | 306 +++++++-------
src/views/order/visitorder.vue | 12 +-
src/views/resource/addressinfo.vue | 150 +++----
src/views/resource/notice.vue | 108 ++---
src/views/resource/parking.vue | 20 +-
.../resource/{orderrule.vue => parkrule.vue} | 143 ++-----
src/views/resource/visit/contact.vue | 116 ++----
src/views/resource/visit/know.vue | 1 +
src/views/resource/visit/public.vue | 1 +
src/views/resource/visit/question.vue | 1 +
src/views/resource/visitresource.vue | 56 ++-
21 files changed, 757 insertions(+), 732 deletions(-)
create mode 100644 src/api/order/parkorder.js
create mode 100644 src/api/resource/config.js
create mode 100644 src/utils/initMap.js
rename src/views/resource/{orderrule.vue => parkrule.vue} (52%)
diff --git a/.eslintrc.js b/.eslintrc.js
index c977505..b6d74e4 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,6 +9,7 @@ module.exports = {
node: true,
es6: true,
},
+
extends: ['plugin:vue/recommended', 'eslint:recommended'],
// add your custom rules here
diff --git a/public/index.html b/public/index.html
index fa2be91..a0135f9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,7 @@
<%= webpackConfig.name %>
+