yard.js 1.64 KB
/*
 * @Date: 2023-07-10 16:14:10
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2023-07-18 16:00:25
 * @FilePath: /map-demo/src/common/yard.js
 * @Description: 文件描述
 */
const testInfo = {
  id: 'yard',
  name: '场地',
  icon: [
    'https://cdn.ipadbiz.cn/xys/map/icon/%E5%9C%BA%E5%9C%B002@2x.png',
    'https://cdn.ipadbiz.cn/xys/map/icon/%E5%9C%BA%E5%9C%B001@2x.png',
  ],
  list: [
    {
      name: '拈花堂',
      position: [120.586269, 31.313723],
      icon: 'https://cdn.ipadbiz.cn/space/Fg-vUZrzlULP6Ls61gRtxgaeTN-y.png',
      details: [
        {
          id: '0',
          name: '拈花堂-北厅',
          type: '会议室',
          sum: 30,
          manager: '西仓库运营组长',
          contact: '13876476873',
          status: '正常',
          note: '预订须知',
          img_url: ['https://cdn.ipadbiz.cn/xys/temp/6e3cddf62ff6369c97fac8fa65299f9a.jpg'], // 图片链接
          book_url: '1', // 预定链接
        },
      ],
      window_type: 'yard',
    },
    {
      name: '静心堂',
      position: [120.58624, 31.313982],
      icon: 'https://cdn.ipadbiz.cn/space/Fg-vUZrzlULP6Ls61gRtxgaeTN-y.png',
      details: [
        {
          id: '0',
          name: '静心堂',
          type: '大禅堂',
          sum: 120,
          manager: '西仓库运营组长',
          contact: '13876476873',
          status: '正常',
          note: '预订须知',
          img_url: ['https://cdn.ipadbiz.cn/xys/temp/2252295669ecec014189299b385ffa87.jpg'], // 图片链接
          book_url: '1', // 预定链接
        },
      ],
      window_type: 'yard',
    },
  ],
};

export default testInfo;