|
|
@ -1,10 +1,9 @@ |
|
|
|
// 租户ID
|
|
|
|
export const TENANT_ID = '10159'; |
|
|
|
// appSecret
|
|
|
|
export const APP_SECRET = 'ffd6eee985af45e4a75098422d1decbb'; |
|
|
|
// 模块接口地址
|
|
|
|
// export const MODULES_API_URL = 'https://modules.gxwebsoft.com/api';
|
|
|
|
export const MODULES_API_URL = 'https://gjjd-api.shwhl.com/api'; |
|
|
|
// 租户ID (请修改为您的租户ID)
|
|
|
|
export const TENANT_ID = 10093; |
|
|
|
// appSecret (非必填)
|
|
|
|
export const APP_SECRET = ''; |
|
|
|
// 接口地址 (如需二次开发,请修改为您的接口地址)
|
|
|
|
export const MODULES_API_URL = 'https://modules.gxwebsoft.com/api'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|