mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-24 20:05:52 +08:00
18 lines
265 B
JavaScript
18 lines
265 B
JavaScript
import index from './index.vue' //首页
|
|
|
|
import advertising from './advertising.vue' //全屏活动
|
|
import alertAdvertising from './alertAdvertising.vue' //弹窗活动
|
|
|
|
|
|
|
|
const templates = {
|
|
index,
|
|
|
|
advertising,
|
|
alertAdvertising
|
|
}
|
|
|
|
|
|
|
|
export default templates
|