index.js 283 B

123456789101112
  1. export default {
  2. base: {
  3. dev: 'http://192.168.3.201:8080',
  4. pro: 'https://zhycapi.58yunkang.com'
  5. },
  6. appID: '10001',
  7. appKey: '82a8bf439373e305',
  8. appSecret: '82a8bf439373e305',
  9. permitTplId: 7,
  10. TokenKey:"Authorization",
  11. uploadFile:'http://192.168.3.201:8080'
  12. }