zhuliu 9 月之前
父節點
當前提交
e284b459fc
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/views/backStageManage/paymentCode/paymentCode/editPaymentCode.vue

+ 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() {},