123456789101112131415161718 |
- module.exports = {
- title: '采销平台结算系统',
- baseUrl: 'http://localhost:8080',
- api: {
-
- baseApi: 'http://www.invoice.com/',
-
- },
- fileURL: `https://api2.edusit.zretchome.com`,
- appId: 'wx5ac3a2c2d72b6f26',
- ding: {
-
- CorpId: "dingc78fa4301e1a424a35c2f4657eb6378f",
-
- AgentId: "1184953963"
- }
- }
|