|
@@ -1,23 +1,23 @@
|
|
// 本地
|
|
// 本地
|
|
module.exports = {
|
|
module.exports = {
|
|
- title: '采销平台',
|
|
|
|
- baseUrl: 'http://localhost:8080',
|
|
|
|
|
|
+ title: "采销平台",
|
|
|
|
+ baseUrl: "http://localhost:8080",
|
|
api: {
|
|
api: {
|
|
//web域名 http://stockweb.test241.wanyuhengtong.com/
|
|
//web域名 http://stockweb.test241.wanyuhengtong.com/
|
|
// userApi: 'http://www.invoice.com/',
|
|
// userApi: 'http://www.invoice.com/',
|
|
// baseApi: 'http://www.stock.com/',
|
|
// baseApi: 'http://www.stock.com/',
|
|
|
|
|
|
- userApi: 'http://inv.test241.wanyuhengtong.com/',
|
|
|
|
- baseApi: 'http://stock.test241.wanyuhengtong.com/',
|
|
|
|
|
|
+ userApi: "http://inv.test241.wanyuhengtong.com/",
|
|
|
|
+ baseApi: "http://stock.test241.wanyuhengtong.com/",
|
|
},
|
|
},
|
|
- webUrl:'http://share.sitw.wanyuhengtong.com/#/test-good-share?id=',
|
|
|
|
|
|
+ webUrl: "http://share.sitw.wanyuhengtong.com/#/test-good-share?id=",
|
|
fileURL: `https://api2.edusit.zretchome.com`,
|
|
fileURL: `https://api2.edusit.zretchome.com`,
|
|
- shareWebUrl:'http://ss.test241.wanyuhengtong.com/?prod=0&outCode=',
|
|
|
|
- appId: 'wx5ac3a2c2d72b6f26',
|
|
|
|
|
|
+ shareWebUrl: "http://ss.test241.wanyuhengtong.com/?prod=0&outCode=",
|
|
|
|
+ appId: "wx5ac3a2c2d72b6f26",
|
|
ding: {
|
|
ding: {
|
|
//企业id
|
|
//企业id
|
|
CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
|
|
CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
|
|
//应用凭证
|
|
//应用凭证
|
|
- AgentId: "1324690581"
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
+ AgentId: "1324690581",
|
|
|
|
+ },
|
|
|
|
+};
|