mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-25 20:28:34 +08:00
我们发布啦
This commit is contained in:
13
admin/src/views/marketing/groupBuy/goods/index.vue
Normal file
13
admin/src/views/marketing/groupBuy/goods/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>拼团</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
</style>
|
||||
15
admin/src/views/marketing/groupBuy/index.vue
Normal file
15
admin/src/views/marketing/groupBuy/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
</style>
|
||||
13
admin/src/views/marketing/groupBuy/list/list.vue
Normal file
13
admin/src/views/marketing/groupBuy/list/list.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>list222</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user