Commit 618f0629 authored by bianlongting's avatar bianlongting 💬

optimize

parent 4f13209c
...@@ -187,7 +187,7 @@ export default { ...@@ -187,7 +187,7 @@ export default {
}; };
const url = `${mapping[currentEnv]}/projectx/${projectId}/${ const url = `${mapping[currentEnv]}/projectx/${projectId}/${
currentHtmlType === "1" ? "index" : skinId currentHtmlType === "1" ? "index" : skinId
}`; }.html`;
copy(url); copy(url);
this.$message({ this.$message({
message: "链接复制成功", message: "链接复制成功",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment