flx:修改格式
This commit is contained in:
parent
a172823a81
commit
e63da6ee01
@ -400,7 +400,7 @@ export default new Vuex.Store({
|
||||
// state.initializeAI();
|
||||
},
|
||||
initializeAI(state) {
|
||||
if (state.projectExtendInfo ? .modelKey && state.projectExtendInfo ? .modelUrl) {
|
||||
if (state.projectExtendInfo?.modelKey && state.projectExtendInfo?.modelUrl) {
|
||||
console.log('正在初始化AI功能...');
|
||||
initAI(state.projectExtendInfo.modelKey, state.projectExtendInfo.modelUrl);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user