weixin_52219567 hace 6 horas
padre
commit
2ab3e2a167
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/LinkSelector/index.vue

+ 1 - 1
src/components/LinkSelector/index.vue

@@ -934,7 +934,7 @@ const onConfirm = () => {
     }
     if (boxpageKey.value == 'pcDiy') {
       if (tableId8.value) {
-        const url8 = '/pdIndex?id=' + tableId8.value;
+        const url8 = '/pcIndex?id=' + tableId8.value;
         emit('update:modelValue', url8);
         showDialog.value = false;
       } else {