Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
f18cbfdd21
  1. 9
      04.系统编码/Frontend/.idea/workspace.xml
  2. 2
      04.系统编码/Frontend/src/App.vue

9
04.系统编码/Frontend/.idea/workspace.xml

@ -2,13 +2,8 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="4b7d7b72-f5b8-41e4-85d5-6267bdc12fc5" name="默认变更列表" comment="">
<change beforePath="$PROJECT_DIR$/../Backend/src/main/java/com/userinformation/backend/service/ImageService.java" beforeDir="false" afterPath="$PROJECT_DIR$/../Backend/src/main/java/com/userinformation/backend/service/ImageService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/DecisionSupport.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/DecisionSupport.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/MicrowaveRadiation.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/MicrowaveRadiation.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/RamanLidar.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/RamanLidar.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/components/SynergyEvaluation.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/SynergyEvaluation.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/uilts/axios.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/uilts/axios.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.vue" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -104,7 +99,7 @@
<workItem from="1638524838907" duration="8000" />
<workItem from="1638752962691" duration="9088000" />
<workItem from="1638768088746" duration="2255000" />
<workItem from="1638770403708" duration="2192000" />
<workItem from="1638770403708" duration="4571000" />
</task>
<task id="LOCAL-00001" summary="2021 12 01">
<created>1638357539757</created>

2
04.系统编码/Frontend/src/App.vue

@ -19,7 +19,7 @@
onMounted(() => {
getRem(1920, 100);
window.onresize = () => getRem(1920, 100);
window.onbeforeunload = () => {
window.onunload= () => {
clear()
}
})

Loading…
Cancel
Save