|
@@ -0,0 +1,30 @@
|
|
|
+// 生产环境
|
|
|
+module.exports = {
|
|
|
+ title: '采销平台',
|
|
|
+ baseUrl: 'http://wx.wxhr.sit.futurelab.tv',
|
|
|
+ api: {
|
|
|
+ baseApi: 'http://stocknew.test241.wanyuhengtong.com/'
|
|
|
+ // baseApi: 'http://stockwm.test241.wanyuhengtong.com/'
|
|
|
+ },
|
|
|
+ webUrl: 'http://project.web.caixiao365.com/#/test-good-share?id=',
|
|
|
+ fileURL: `https://api2.edu.futurelab.tv`,
|
|
|
+ shareWebUrl: 'http://post.web.caixiao365.com/?prod=1&outCode=',
|
|
|
+ // 分仓
|
|
|
+ // wmUrl: 'http://stockwm.test241.wanyuhengtong.com',
|
|
|
+ appId: 'wx5ac3a2c2d72b6f26',
|
|
|
+ ding: {
|
|
|
+ // 企业id
|
|
|
+ CorpId: 'dingc78fa4301e1a424a35c2f4657eb6378f',
|
|
|
+ // 应用凭证
|
|
|
+ AgentId: '1324690581'
|
|
|
+ },
|
|
|
+ // 结算平台url
|
|
|
+ // settlementPlatformUrl: 'http://127.0.0.1:8848',
|
|
|
+ // 结算平台url
|
|
|
+ settlementPlatformUrl: 'http://fin.caixiao365.com/',
|
|
|
+ // token加密key
|
|
|
+ secretKey: 'key123',
|
|
|
+ loginTitle: '',
|
|
|
+ loginBeian: '京ICP备2022033072号-1',
|
|
|
+ loginBeianUrl: 'https://beian.miit.gov.cn/'
|
|
|
+}
|