config.js 206 B

123456789
  1. module.exports = {
  2. // BASE_API: 'https://dev.linkwechat.net/linkwechat-dev-api',
  3. BASE_API: 'https://demo.linkwechat.net/linkwechat-api',
  4. services: {
  5. common: '/common',
  6. wecom: '/open',
  7. },
  8. }