1234567891011121314151617181920 |
- module.exports = {
- title: "采销平台",
- baseUrl: "http://localhost:8080",
- api: {
- userApi: 'http://inv.test241.wanyuhengtong.com/',
- baseApi: 'http://stock.test241.wanyuhengtong.com/',
- tableApi: 'http://inv.sit.wanyuhengtong.com/',
- },
- webUrl: "http://share.sitw.wanyuhengtong.com/#/test-good-share?id=",
- fileURL: `https://api2.edusit.zretchome.com`,
- shareWebUrl: "http://ss.test241.wanyuhengtong.com/?prod=0&outCode=",
- appId: "wx5ac3a2c2d72b6f26",
- ding: {
-
- CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
-
- AgentId: "1324690581",
- },
- };
|