mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
Merge pull request #45 from tttclz/vue3-ts-vite
target.prototype.url 赋值问题
This commit is contained in:
commit
856db94524
@ -37,7 +37,7 @@ export function Service(value: any) {
|
|||||||
|
|
||||||
if (proxy) {
|
if (proxy) {
|
||||||
target.prototype.proxy = proxy;
|
target.prototype.proxy = proxy;
|
||||||
target.prototype.url = url || item ? item.target : null;
|
target.prototype.url = url || (item ? item.target : null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user