From d515dcda54bde1e779df761c23205427a72b18a4 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 01 Feb 2024 16:42:37 +0800 Subject: [PATCH] fix:断线监控 --- .idea/workspace.xml | 36 +++++++++++++++++++++++++++++++----- 1 files changed, 31 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8c48af2..7aa3390 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,14 @@ <list default="true" id="6a923843-d66d-4ccb-892a-72e969a7cbe1" name="Default Changelist" comment="export cityRankWord"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/cmsdist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/cmsdist/index.html" afterDir="false" /> - <change beforePath="$PROJECT_DIR$/cmsdist/static/css/chunk-60cd7b5b.4e0b5cf8.css" beforeDir="false" /> - <change beforePath="$PROJECT_DIR$/cmsdist/static/js/chunk-e48dd19a.421499f9.js" beforeDir="false" /> + <change beforePath="$PROJECT_DIR$/src/components/Wind/Map.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Wind/Map.vue" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/components/Wind/realTimeLocal/airChangeTrend.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/Wind/realTimeLocal/airChangeTrend.vue" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/utils/exportLUImage.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/utils/exportLUImage.js" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/utils/request.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/utils/request.js" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/views/air/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/views/air/index.vue" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/views/car/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/views/car/index.vue" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/views/deviceDetail/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/views/deviceDetail/index.vue" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/src/views/main/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/views/main/index.vue" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> @@ -16,8 +21,8 @@ <component name="FileTemplateManagerImpl"> <option name="RECENT_TEMPLATES"> <list> - <option value="Vue Single File Component" /> <option value="JavaScript File" /> + <option value="Vue Single File Component" /> </list> </option> </component> @@ -357,7 +362,28 @@ <workItem from="1670458590350" duration="21492000" /> <workItem from="1670545584810" duration="18335000" /> <workItem from="1670804880293" duration="11690000" /> - <workItem from="1671253321003" duration="572000" /> + <workItem from="1671253321003" duration="2753000" /> + <workItem from="1671415778084" duration="4609000" /> + <workItem from="1671495660513" duration="12928000" /> + <workItem from="1671582310795" duration="11064000" /> + <workItem from="1671668658863" duration="2931000" /> + <workItem from="1672187240289" duration="5012000" /> + <workItem from="1672273570434" duration="11801000" /> + <workItem from="1672359879682" duration="8109000" /> + <workItem from="1672705574387" duration="6367000" /> + <workItem from="1672792104603" duration="10610000" /> + <workItem from="1672878692812" duration="4973000" /> + <workItem from="1672905950696" duration="254000" /> + <workItem from="1672906896558" duration="2280000" /> + <workItem from="1672964982648" duration="7982000" /> + <workItem from="1673224135076" duration="7014000" /> + <workItem from="1679296211797" duration="11000" /> + <workItem from="1679296917474" duration="8000" /> + <workItem from="1680243193398" duration="162000" /> + <workItem from="1680502666801" duration="6000" /> + <workItem from="1683791620023" duration="3000" /> + <workItem from="1684375250492" duration="344000" /> + <workItem from="1684375692389" duration="49000" /> </task> <task id="LOCAL-00001" summary="������������������������������������"> <created>1627269084478</created> @@ -531,7 +557,7 @@ </line-breakpoint> <line-breakpoint enabled="true" type="javascript"> <url>file://$PROJECT_DIR$/src/views/car/index.vue</url> - <line>1054</line> + <line>1285</line> <option name="timeStamp" value="44" /> </line-breakpoint> </breakpoints> -- Gitblit v1.8.0