Commit e267249f authored by 周远喜's avatar 周远喜

配置文件更新-2020

parent 68173d07
......@@ -10,6 +10,7 @@ let address=systemApi.dev;
//let address=systemApi.product;
//let address=systemApi.local;
//占位符自动替换:
/*
window.systemUrl = `http://${address}:10000/system`; //System-api 系统管理(基础数据)
window.authUrl = `http://${address}:10010`; //Authentication-api //统一登陆认证
window.designUrl = `http://${address}:10000/process`; // 工艺规程
......@@ -22,7 +23,7 @@ window.workflowUrl = `http://${address}:10000/workflow`; // 工作流地址
window.certificateUrl = `http://${address}:10000/qms`; //质量
window.crmUrl = `http://${address}:10000/crm`; //crm客户、合同、项目管理
window.apsUrl = `http://${systemApi.aps}:10000/aps`;//aps排产
/*
*/
window.systemUrl = `http://${address}:10020/api/services/app`; //System-api 系统管理(基础数据)
window.authUrl = `http://${address}:10010`; //Authentication-api //统一登陆认证
window.designUrl = `http://${address}:10030/api/services/app`; //Process-api 工艺规程
......@@ -36,4 +37,3 @@ window.workflowUrl = `http://${address}:10060/api/services/app`; // 工作流地
window.certificateUrl = `http://${address}:10090/api/services/app`; //Process-api
window.crmUrl = `http://${address}:10100/api/services/app`; //crm客户、合同、项目管理
window.apsUrl = `http://${systemApi.aps}:10110/api/services/app`;//aps排产
*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment