liuxiaona 2 years ago
parent
commit
3fd02be681

+ 1 - 4
.idea/workspace.xml

@@ -3,12 +3,9 @@
3 3
   <component name="ChangeListManager">
4 4
     <list default="true" id="ce8c7a71-f4a8-4b87-99a5-ff575adf9383" name="Changes" comment="">
5 5
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
6
-      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/agreement.3ed8f786.css" beforeDir="false" />
7 6
       <change beforePath="$PROJECT_DIR$/qwh5/dist/css/app.a87a1682.css" beforeDir="false" />
8 7
       <change beforePath="$PROJECT_DIR$/qwh5/dist/css/app.f42f36eb.css" beforeDir="false" />
9
-      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/chunk-vendors.31ed7038.css" beforeDir="false" />
10
-      <change beforePath="$PROJECT_DIR$/qwh5/dist/css/userPortrait.64a7f461.css" beforeDir="false" />
11
-      <change beforePath="$PROJECT_DIR$/qwh5/dist/index.html" beforeDir="false" />
8
+      <change beforePath="$PROJECT_DIR$/qwh5/dist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/qwh5/dist/index.html" afterDir="false" />
12 9
       <change beforePath="$PROJECT_DIR$/qwh5/dist/js/about.57d7f600.js" beforeDir="false" />
13 10
       <change beforePath="$PROJECT_DIR$/qwh5/dist/js/agreement.e61e9c61.js" beforeDir="false" />
14 11
       <change beforePath="$PROJECT_DIR$/qwh5/dist/js/app.2e5d3eb6.js" beforeDir="false" />

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/app.249bbe53.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/app.9efab836.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.d69f6293.js


+ 3 - 3
qwh5/src/views/radar.vue

@@ -131,9 +131,9 @@ export default defineComponent({
131 131
     return {router,detialType,detialURL,UUID,overshow}
132 132
   },
133 133
   beforeRouteLeave(to, from, next) {
134
-      alert('当前修改还未保存!');
135
-      return
136
-      // next();
134
+    console.log(to);
135
+    console.log(from);
136
+      next();
137 137
     }
138 138
 
139 139