mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-02-07 00:55:34 +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) {
|
||||
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