weixin_52219567 6 小时之前
父节点
当前提交
2ab3e2a167
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {