dolphindb 3.1.35 → 3.1.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/browser.js CHANGED
@@ -2952,7 +2952,7 @@ export class DDB {
2952
2952
  });
2953
2953
  if (!this.ticket)
2954
2954
  try {
2955
- await this.invoke('login', [this.username, this.password]);
2955
+ await ddb.invoke('login', [this.username, this.password]);
2956
2956
  }
2957
2957
  catch (error) {
2958
2958
  console.log(t('ddb.cancel 无 ticket,尝试通过密码 login 失败'));