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 {