press-ui
Version:
简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目
29 lines (22 loc) • 654 B
JavaScript
export const SCROLL_TOP_KEY = 'INDEX_SCROLL_TOP';
export const NOT_SHOW_IN_MP_COMPONENTS = [
'hor-award-explain',
'hor-dialog',
'hor-match-header',
'hor-match-index',
'hor-owner-index',
'hor-owner-theme',
'hor-rule',
'hor-schedule-manage',
'p-c-scan-login',
'hor-task',
];
export const NOT_SHOW_IN_PURE_PROJECT = [
'hor-swiper-light',
];
const MAP_POSITION = {
lat: '40.839711',
lng: '111.738691',
};
const MAP_QQ_URL = `https://apis.map.qq.com/uri/v1/marker?marker=coord:${MAP_POSITION.lat},${MAP_POSITION.lng};title:;addr:&referer=tip&title=查看地图`;
export const MAP_PAGE_URL = `/pages/map/map?url=${MAP_QQ_URL}`;