mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-03-27 07:41:02 +00:00
target.prototype.url 赋值问题
This commit is contained in:
parent
ca6d5365dd
commit
722a872b5e
@ -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…
x
Reference in New Issue
Block a user