index.js 349 B

1234567891011121314151617
  1. import { BASE_URL } from "./utils";
  2. export * from "./antiquity";
  3. export * from "./utils";
  4. export const SCENE_URL = BASE_URL + "/scene/index.html";
  5. export const SCENES = [
  6. {
  7. label: "贺龙故居",
  8. href: SCENE_URL + "?m=SG-lHSIQInenVK",
  9. },
  10. {
  11. label: "贺龙桥",
  12. href: SCENE_URL + "?m=SG-1vBNN8zPV5A",
  13. },
  14. ];