fuwencai 4 жил өмнө
parent
commit
0ef6f8feaa

+ 1 - 1
static/templates/projectListDetail.html

@@ -39,7 +39,7 @@
     </table>
 </div>
 <script>
-
+    var LocString = String(window.document.location.href);
     // 获取页面跳转传过来的参数
     function GetQueryString(name) {
         var rs = new RegExp("(^|)" + name + "=([^&]*)(&|$)", "gi").exec(LocString);