From 5342774ca51f0275361c76f773b8a60d29938d68 Mon Sep 17 00:00:00 2001 From: zk Date: Tue, 19 Dec 2023 12:41:15 +0800 Subject: [PATCH] update --- .env.production | 16 ++------- index.html | 1 - package.json | 1 + src/assets/mapUtils/map.ts | 35 ++++++++++++------- .../secondaryScreen/secondMap/secondMap.vue | 15 ++++---- src/main.ts | 5 ++- tsconfig.json | 3 ++ typings.d.ts | 4 +++ vite.config.ts | 9 +++-- 9 files changed, 50 insertions(+), 39 deletions(-) create mode 100644 typings.d.ts diff --git a/.env.production b/.env.production index 0a11606..609c948 100644 --- a/.env.production +++ b/.env.production @@ -1,18 +1,8 @@ #后台地址 -#VITE_GLOB_API_URL=https://api.cqygjk.com +VITE_GLOB_API_URL=https://api.cqygjk.com #应急求助-websocket -#VITE_GLOB_API_YIN_JI=wss://api.cqygjk.com/health-watch/websocket/watchMonitor +VITE_GLOB_API_YIN_JI=wss://api.cqygjk.com/health-watch/websocket/watchMonitor #健康监测工具报警-websocket -#VITE_GLOB_API_JIAN_CE=wss://api.cqygjk.com/health-emergency/websocket/emergency +VITE_GLOB_API_JIAN_CE=wss://api.cqygjk.com/health-emergency/websocket/emergency - -# 王昊地址 -#VITE_GLOB_API_URL=http://192.168.1.3 -#开发环境 -VITE_GLOB_API_URL=http://cqyt.dev.yg.dt.io - -#应急求助-websocket -VITE_GLOB_API_YIN_JI=ws://cqyt.dev.yg.dt.io/health-watch/websocket/watchMonitor -#健康监测工具报警-websocket -VITE_GLOB_API_JIAN_CE=ws://cqyt.dev.yg.dt.io/health-emergency/websocket/emergency diff --git a/index.html b/index.html index 355de39..e186d28 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@ -