数数:属性里添加一下当前模式
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user