luohailiang il y a 2 ans
Parent
commit
6a42700e33
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/pages/process/index.vue

+ 1 - 1
src/pages/process/index.vue

@@ -367,7 +367,7 @@ function delProject(item) {
   })
 }
 function toReview(item) {
-  window.location.href = window.GLOBAL_CONFIG.yzy+'/webapps/page/single-review-liankao.html?ze_id='+item.ze_id;
+  window.location.href = window.GLOBAL_CONFIG.yzy+'webapps/page/single-review-liankao.html?ze_id='+item.ze_id;
 }
 </script>
 <style lang="scss" scoped>