Commit deea553b by lijiabin

【需求 21402】 chore: 删除无用代码

parent 9bf17898
import cp from "node:child_process"; import cp from "node:child_process";
import { createHash } from "node:crypto";
import ssh from "ssh2"; import ssh from "ssh2";
import archiver from "archiver"; import archiver from "archiver";
import fs from "node:fs"; import fs from "node:fs";
...@@ -367,7 +366,7 @@ async function writeIndexHtml(entries) { ...@@ -367,7 +366,7 @@ async function writeIndexHtml(entries) {
function goToBranch(slug) { function goToBranch(slug) {
const code = encodeURIComponent(getAccountCode()) const code = encodeURIComponent(getAccountCode())
window.location.href = '/' + slug + '/?code=' + code window.location.href = '/' + slug + '/?code=' + code + '@yswg.com.cn'
} }
if (accountInput) { if (accountInput) {
......
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