1234567891011121314151617181920 |
- /**
- * 说明:应用静态配置
- */
- export default {
- version: '0.0.1',
- appId: 'wx1845c7dab9e8b236',
- amapKey: '34eb1d57f93720a871bd11a90af0c91c',
- defaultLonLat: [ 118.161270, 24.529196 ],
- defaultImage: 'https://mncdn.wenlvti.net/app_static/minnan/EmptyImage.png',
- shareTitle: '',
- }
- /**
- * 图炫地图配置
- */
- export function configAiMap() {
- }
- export const isDev = process.env.NODE_ENV === 'development';
|