- var PLATFROM_CONFIG = {};
- // PLATFROM_CONFIG.baseUrl = "http://106.14.243.117:9001/"
- // PLATFROM_CONFIG.baseUrl = "http://192.168.5.35:9001";
- PLATFROM_CONFIG.baseUrl = "https://authgateway.fsjtkj.cn/"; // http请求地址
- PLATFROM_CONFIG.socketUrl = "wss://auth.fsjtkj.cn/websocket"; // websocket请求地址
- PLATFROM_CONFIG.appSecret = "40t7vcbi5bc1twyihd2dum82yn1mt1kj"; //appSecret
- PLATFROM_CONFIG.appId = "unsk1w37910olf8j"; //appid
- PLATFROM_CONFIG.gatewayApiUrl = "106.14.243.117:8089"; // 网关测试连接地址
- PLATFROM_CONFIG.gatewayUrl = "http://106.14.243.117:8089"; //网关http请求地址
- PLATFROM_CONFIG.dataBaseUrl = "http://192.168.3.74:8093"; //数据底座请求地址
- // does job show yes/no 显示/不显示职务
- PLATFROM_CONFIG.doesJobShow = false;
- // account group accountGroup命名
- PLATFROM_CONFIG.accountGroupType = "用户组";
|