数数:属性里添加一下当前模式

This commit is contained in:
luying
2021-11-15 10:51:03 +08:00
parent 0eea31bde3
commit 5cbbcb089d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -147,7 +147,8 @@ export function connectThinkingData(app: Application) {
ta.setDynamicSuperProperties(() => {
return {
env: app.get('env'),
server: app.getServerId()
server: app.getServerId(),
mode: THINKING_DATA_MODE
};
});
app.set('ta', ta);