xiangpei
2025-05-13 4c4995771ce83925a2d69dedc11c4404d9b77875
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
import tpl_banner from "./tpl_banner";
import tpl_title from "./tpl_title";
import tpl_left_one_right_two from "./tpl_left_one_right_two";
import tpl_left_two_right_one from "./tpl_left_two_right_one";
import tpl_top_one_bottom_two from "./tpl_top_one_bottom_two";
import tpl_top_two_bottom_one from "./tpl_top_two_bottom_one";
import tpl_flex_one from "./tpl_flex_one";
import tpl_flex_two from "./tpl_flex_two";
import tpl_flex_three from "./tpl_flex_three";
import tpl_flex_five from "./tpl_flex_five";
import tpl_flex_four from "./tpl_flex_four";
import tpl_text_picture from "./tpl_text_picture";
import tpl_menu from "./tpl_menu";
import tpl_search from "./tpl_search";
import tpl_promotion_detail from "./tpl_promotion_detail";
import tpl_integral from "./tpl_integral";
import tpl_spike from "./tpl_spike";
import tpl_group from "./tpl_group";
import tpl_ad_list from "./tpl_view_list";
import tpl_activity_list from './tpl_view_list';
// import tpl_hot_area from './tpl_hot_area';
import tpl_goods from "./tpl_goods";
import tpl_notice from "./tpl_notice";
import tpl_promotions from "./tpl_promotions";
 
export default {
  notice: tpl_notice,
  carousel: tpl_banner,
  title: tpl_title,
  leftOneRightTwo: tpl_left_one_right_two,
  leftTwoRightOne: tpl_left_two_right_one,
  topOneBottomTwo: tpl_top_one_bottom_two,
  topTwoBottomOne: tpl_top_two_bottom_one,
  flexThree: tpl_flex_three,
  flexFive: tpl_flex_five,
  flexFour: tpl_flex_four,
  flexTwo: tpl_flex_two,
  textPicture: tpl_text_picture,
  menu: tpl_menu,
  search: tpl_search,
  promotionDetail: tpl_promotion_detail,
  flexOne: tpl_flex_one,
  goods: tpl_goods,
  integral: tpl_integral,
  spike: tpl_spike,
  group: tpl_group,
  // hotArea: tpl_hot_area,
  tpl_ad_list,
  promotions: tpl_promotions,
  tpl_activity_list,
};