推广配置
parent
c09d607bdf
commit
95a45f638e
@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<div>
|
||||
<Menu mode="horizontal" active-name="1">
|
||||
<MenuItem name="1" to="/shop/increase/configure/welcome">
|
||||
<Icon type="ios-paper" />
|
||||
欢迎语设置
|
||||
</MenuItem>
|
||||
<MenuItem name="2" to="/shop/increase/configure/group">
|
||||
<Icon type="ios-people" />
|
||||
群发消息
|
||||
</MenuItem>
|
||||
</Menu>
|
||||
<div>
|
||||
<router-view/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "IncreaseConfigure"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue