zhuliu há 9 meses atrás
pai
commit
e284b459fc

+ 1 - 4
src/views/backStageManage/paymentCode/paymentCode/editPaymentCode.vue

@@ -17,10 +17,7 @@ export default {
     watch: {},
     computed: {
         id() {
-            if(this.$route.path == '/administrator/editVersion'){
-                return this.$route.query.id;
-            }
-            
+            return this.$route.query.id; 
         },
     },
     created() {},