Commit 1c4d2e92 by archer

fix: init data

parent 118e3336
......@@ -101,7 +101,7 @@ export async function getInitConfig() {
global.vectorModels = res.VectorModels || defaultVectorModels;
} catch (error) {
setDefaultData();
return Promise.reject('get init config error');
console.log('get init config error, set default');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment