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