|
@@ -1,33 +1,32 @@
|
|
|
// 生产环境
|
|
|
module.exports = {
|
|
|
- title: '阳光会务',
|
|
|
- baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
|
|
|
+ title: "阳光会务",
|
|
|
+ baseUrl: "http://wx.wxhr.sit.futurelab.tv",
|
|
|
api: {
|
|
|
- // baseApi: 'http://stocknew.test241.wanyuhengtong.com/'
|
|
|
- baseApi:'http://hwdev.test241.wanyuhengtong.com/'
|
|
|
-
|
|
|
+ baseApi: "http://hwpro.test241.wanyuhengtong.com/",
|
|
|
+ // baseApi:'http://hwdev.test241.wanyuhengtong.com/'
|
|
|
},
|
|
|
- webUrl: 'http://project.web.caixiao365.com/#/test-good-share?id=',
|
|
|
- fileURL: 'http://hwpro.test241.wanyuhengtong.com/',
|
|
|
- shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',
|
|
|
+ webUrl: "http://project.web.caixiao365.com/#/test-good-share?id=",
|
|
|
+ fileURL: "http://hwpro.test241.wanyuhengtong.com/",
|
|
|
+ shareWebUrl: "http://post.web.caixiao365.com/?prod=1&outCode=",
|
|
|
// 分仓
|
|
|
// wmUrl: 'http://stockwm.test241.wanyuhengtong.com',
|
|
|
- appId: 'wx5ac3a2c2d72b6f26',
|
|
|
+ appId: "wx5ac3a2c2d72b6f26",
|
|
|
ding: {
|
|
|
// 企业id
|
|
|
- CorpId: 'dingc78fa4301e1a424a35c2f4657eb6378f',
|
|
|
+ CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
|
|
|
// 应用凭证
|
|
|
- AgentId: '1324690581'
|
|
|
+ AgentId: "1324690581",
|
|
|
},
|
|
|
// 结算平台url
|
|
|
// settlementPlatformUrl: 'http://127.0.0.1:8848',
|
|
|
// 结算平台url
|
|
|
- settlementPlatformUrl: 'http://webcx.test241.wanyuhengtong.com/',
|
|
|
+ settlementPlatformUrl: "http://webcx.test241.wanyuhengtong.com/",
|
|
|
// 工单管理系统url
|
|
|
- GDUrl: 'http://http://bugweb.test241.wanyuhengtong.com/',
|
|
|
+ GDUrl: "http://http://bugweb.test241.wanyuhengtong.com/",
|
|
|
// token加密key
|
|
|
- secretKey: 'key123',
|
|
|
- loginTitle: '',
|
|
|
- loginBeian: '京ICP备2022033072号-1',
|
|
|
- loginBeianUrl: 'https://beian.miit.gov.cn/'
|
|
|
-}
|
|
|
+ secretKey: "key123",
|
|
|
+ loginTitle: "",
|
|
|
+ loginBeian: "京ICP备2022033072号-1",
|
|
|
+ loginBeianUrl: "https://beian.miit.gov.cn/",
|
|
|
+};
|