config.js 166 B

1234567
  1. export default {
  2. wxURL: 'https://open.weixin.qq.com/connect/oauth2/authorize',
  3. //正式环境
  4. redirect_uri: 'http://soap.cliu.cc',
  5. appid: 'wxea3f686a24518857'
  6. }