flx:提交h5监控插件

This commit is contained in:
Rain_ 2025-11-11 09:06:47 +08:00
parent 05ff718a99
commit 135195ff2e
3 changed files with 34 additions and 2 deletions

View File

@ -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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long