|
@@ -0,0 +1,17 @@
|
|
|
+// 本地
|
|
|
+
|
|
|
+module.exports = {
|
|
|
+ title: "业绩报表",
|
|
|
+ baseApi: "http://inv.sitw.wanyuhengtong.com/",
|
|
|
+ cxApi: "http://stock.api.wanyuhengtong.com/",
|
|
|
+ fileURL: `https://api2.edu.futurelab.tv`,
|
|
|
+ reportApi: "http://cxinv.api.caixiao365.com/",
|
|
|
+ appId: "wxfa1f1a0211edf630",
|
|
|
+ redirect:'http://depart.test241.wanyuhengtong.com/',
|
|
|
+ ding: {
|
|
|
+ //企业id
|
|
|
+ CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
|
|
|
+ //应用凭证
|
|
|
+ AgentId: "1184953963"
|
|
|
+ }
|
|
|
+};
|