AppCofig.ts 423 B

1234567891011121314151617181920
  1. /**
  2. * 说明:应用静态配置
  3. */
  4. export default {
  5. version: '0.0.1',
  6. appId: 'wx1845c7dab9e8b236',
  7. amapKey: '34eb1d57f93720a871bd11a90af0c91c',
  8. defaultLonLat: [ 118.161270, 24.529196 ],
  9. defaultImage: 'https://mncdn.wenlvti.net/app_static/minnan/EmptyImage.png',
  10. shareTitle: '',
  11. }
  12. /**
  13. * 图炫地图配置
  14. */
  15. export function configAiMap() {
  16. }
  17. export const isDev = process.env.NODE_ENV === 'development';