Commit c6d55a01 authored by Allen Bai's avatar Allen Bai

feat: 预发域名支持

parent 181c3e52
...@@ -142,7 +142,7 @@ async function mountIPCFooter(opts: IPCFooterOptions = {}) { ...@@ -142,7 +142,7 @@ async function mountIPCFooter(opts: IPCFooterOptions = {}) {
// 预发环境的接口取不到ipc备案信息 // 预发环境的接口取不到ipc备案信息
// 所以,预发的备案信息写死 // 所以,预发的备案信息写死
if ((opts.env || getEnv()) == 'pre') { if ((opts.env || getEnv()) == 'pre' && !IPCNumberString) {
IPCNumberString = '预发IPC备案号-写死' IPCNumberString = '预发IPC备案号-写死'
} }
......
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