From 185163d326f69d15b4df77d6141be4d970e96feb Mon Sep 17 00:00:00 2001 From: zcx <377075991@qq.com> Date: Mon, 6 Nov 2023 17:39:58 +0800 Subject: [PATCH] bug --- .env.production | 2 +- public/index.html | 4 +- src/views/sch/place/index copy.vue | 747 ++++++++++++++++++ src/views/sch/place/index.vue | 21 +- .../zs/clue/ClueForm/components/MapDialog.vue | 3 +- .../zs/clue/ClueForm/components/PlaceMap.vue | 4 +- src/views/zs/clue/ClueForm/index.vue | 5 + src/views/zs/clue/columns.js | 24 +- .../clue/components/DistributeFormDialog.vue | 72 +- src/views/zs/clue/components/UploadDialog.vue | 1 - src/views/zs/clue/index.vue | 32 +- src/views/zs/feedback/arrival.vue | 12 +- src/views/zs/feedback/follow.vue | 10 + src/views/zs/sign/columns.js | 33 +- .../zs/sign/components/SignFormDialog.vue | 2 +- 15 files changed, 915 insertions(+), 57 deletions(-) create mode 100644 src/views/sch/place/index copy.vue diff --git a/.env.production b/.env.production index 64e3256..db6bca8 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 开心学车管理系统 ENV = 'production' # 开心学车管理系统/生产环境 -VUE_APP_BASE_API = '/duima' +VUE_APP_BASE_API = '/zhaosheng' diff --git a/public/index.html b/public/index.html index b48a87c..1c46d40 100644 --- a/public/index.html +++ b/public/index.html @@ -95,10 +95,10 @@ - + diff --git a/src/views/sch/place/index copy.vue b/src/views/sch/place/index copy.vue new file mode 100644 index 0000000..53885cc --- /dev/null +++ b/src/views/sch/place/index copy.vue @@ -0,0 +1,747 @@ + + + + + + diff --git a/src/views/sch/place/index.vue b/src/views/sch/place/index.vue index bf4a3c5..078cbb8 100644 --- a/src/views/sch/place/index.vue +++ b/src/views/sch/place/index.vue @@ -145,6 +145,7 @@