Broker System for Supercredit
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

app.config.model.ts 186B

1234567
  1. export class AppConfigModel {
  2. Server = 'https://c5016.biukop.com.au:8080/api/v1/';
  3. Socket = 'ws://c5016.biukop.com.au:8080/api/v1/';
  4. SessionStorageKey = 'sk';
  5. Version = 2021;
  6. }