tangning 1 年之前
父节点
当前提交
75398f1b35
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 1 1
      src/views/account/product/data.tsx
  2. 3 0
      src/views/operate/caseList.vue

+ 1 - 1
src/views/account/product/data.tsx

@@ -287,7 +287,7 @@ export const quanjSearchForm: Partial<FormProps> = {
       },
       },
     },
     },
     {
     {
-      field: 'snCode',
+      field: 'sceneCodes',
       label: '作品码',
       label: '作品码',
       component: 'Input',
       component: 'Input',
       componentProps: {
       componentProps: {

+ 3 - 0
src/views/operate/caseList.vue

@@ -312,6 +312,9 @@
       function handlePreview(record: Recordable) {
       function handlePreview(record: Recordable) {
         const host = userStore.isEnv;
         const host = userStore.isEnv;
         console.log('host', host);
         console.log('host', host);
+        if(record.outsideLink){
+          return window.open(record.outsideLink, '_blank');
+        }
         let url =
         let url =
           window.location.host == 'www.4dkankan.com'
           window.location.host == 'www.4dkankan.com'
             ? `https://www.4dkankan.com/#/cases/detail/${record.id}`
             ? `https://www.4dkankan.com/#/cases/detail/${record.id}`