map-styles.js 147 B

12345678
  1. Page({
  2. onShareAppMessage() {
  3. return {
  4. title: 'map底图样式',
  5. path: 'page/component/pages/map-styles/map-styles'
  6. }
  7. },
  8. })