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