fix: version source (#2836)
* fix: remote plugin * fix: change version source --------- Co-authored-by: test <test@mail.com>
This commit is contained in:
parent
36f84593bb
commit
a693f1c79e
@ -131,7 +131,7 @@ export default {
|
|||||||
try {
|
try {
|
||||||
return {
|
return {
|
||||||
...item.toJSON(),
|
...item.toJSON(),
|
||||||
url: `${getExposeUrl(item.packageName, PLUGIN_CLIENT_ENTRY_FILE)}?version=${version}`,
|
url: `${getExposeUrl(item.packageName, PLUGIN_CLIENT_ENTRY_FILE)}?version=${item.version}`,
|
||||||
};
|
};
|
||||||
} catch {
|
} catch {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user