mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:55:50 +00:00
fix(client): waitSeconds: 120s
This commit is contained in:
parent
5689c51b11
commit
972b2be10e
@ -21,6 +21,7 @@ export function getRemotePlugins(
|
||||
}
|
||||
|
||||
requirejs.requirejs.config({
|
||||
waitSeconds: 120,
|
||||
paths: pluginData.reduce<Record<string, string>>((memo, item) => {
|
||||
memo[item.packageName] = `${baseURL}${item.url}`;
|
||||
memo[`${item.packageName}/client`] = `${baseURL}${item.url}.js?client`;
|
||||
|
Loading…
Reference in New Issue
Block a user