mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-03 02:18:40 +08:00
fix: repair packaging error
This commit is contained in:
parent
7150b3e261
commit
526e6ce22b
@ -2,7 +2,7 @@ type ProxyItem = [string, string];
|
||||
|
||||
type ProxyList = ProxyItem[];
|
||||
|
||||
export function createProxy(list: ProxyList) {
|
||||
export function createProxy(list: ProxyList = []) {
|
||||
const ret: any = {};
|
||||
for (const [prefix, target] of list) {
|
||||
ret[prefix] = {
|
||||
|
Loading…
Reference in New Issue
Block a user