From 8f4da16e810a1a5c10fa800d45dfc9a40d29a0a9 Mon Sep 17 00:00:00 2001
From: qsh <>
Date: Fri, 6 Jun 2025 11:51:04 +0800
Subject: [PATCH] sc
---
.env.base | 10 +-
index.html | 4 +-
src/api/okr/meeting.js | 45 ++++
src/permission.js | 3 +-
src/router/modules/static.ts | 39 ++-
src/views/Clue/Pool/Comp/ClueMap.vue | 2 +-
src/views/Clue/Pool/Comp/DialogClue.vue | 2 +-
src/views/Clue/Pool/Comp/DrawerClue.vue | 2 +-
src/views/OKR/Meeting/MeetingInfo.vue | 293 +++++++++++++++++++++
src/views/OKR/Meeting/index.vue | 219 +++++++++++++++
src/views/SchoolManagement/Place/index.vue | 2 +-
11 files changed, 600 insertions(+), 21 deletions(-)
create mode 100644 src/api/okr/meeting.js
create mode 100644 src/views/OKR/Meeting/MeetingInfo.vue
create mode 100644 src/views/OKR/Meeting/index.vue
diff --git a/.env.base b/.env.base
index 2d3b1b8..a8c77b2 100644
--- a/.env.base
+++ b/.env.base
@@ -4,8 +4,14 @@ VITE_NODE_ENV=development
VITE_DEV=true
# 请求路径
-# VITE_BASE_URL='http://47.98.161.246:48080'
-VITE_BASE_URL='http://114.215.207.150:48080'
+VITE_BASE_URL='http://47.98.161.246:48080'
+# VITE_BASE_URL='http://114.215.207.150:48080'
+
+# 高德地图key密钥
+# 1寻驾
+VITE_AMAP_KEY=ec6b7ebe38f7ff27126f7088d87a9091
+# 2莳松
+# VITE_AMAP_KEY=9233a9d4ffe95fb335e70834503460fa
# 小程序接口请求路劲
VITE_APPLET_URL='https://cloud.ahduima.com'
diff --git a/index.html b/index.html
index a622563..b6cd0e9 100644
--- a/index.html
+++ b/index.html
@@ -141,7 +141,9 @@