Parcourir la source

修复 车位title错误bug

wuxw il y a 6 ans
Parent
commit
8ce65c9e22

+ 1 - 1
WebService/src/main/resources/components/parkingSpacePackage/hire-parking-space/hireParkingSpace.js

@@ -92,7 +92,7 @@
                        //vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
                        if(res.status == 200){
                            //关闭model
-                           vc.jumpToPage("/flow/ownerParkingSpaceFlow?" + vc.objToGetParam(JSON.parse(json)));
+                           vc.jumpToPage("/flow/ownerFlow?" + vc.objToGetParam(JSON.parse(json)));
                            return ;
                        }
                        vc.message(json);

+ 1 - 1
WebService/src/main/resources/views/parkingSpaceFlow.html

@@ -5,7 +5,7 @@
       xmlns:vc="http://www.thymeleaf.org">
 <head>
     <meta charset="UTF-8"/>
-    <title>添加停车位|java110</title>
+    <title>车位信息|java110</title>
     <vc:create name="commonTop"></vc:create>
 </head>
 <body>