tangning 2 月之前
父节点
当前提交
55290b0839
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/work/signForModel.vue

+ 1 - 1
src/views/work/signForModel.vue

@@ -135,7 +135,7 @@
         if(host == 'v4-uat.4dkankan.com'){
         if(host == 'v4-uat.4dkankan.com'){
           host = 'test.4dkankan.com';
           host = 'test.4dkankan.com';
         }
         }
-        let str = `http://${host}/#/signature/${fileFlow.repairId}`;
+        let str = `http://${host}/aftermarket/#/signature/${fileFlow.repairId}`;
         copyTextToClipboard(str);
         copyTextToClipboard(str);
         createMessage.success('复制成功');
         createMessage.success('复制成功');
       }
       }