将通知中心,改成店铺配置
This commit is contained in:
parent
e2aa28b9d8
commit
b9e41d220a
|
|
@ -5,8 +5,9 @@
|
||||||
<el-tab-pane label="基础配置" name="2"></el-tab-pane>
|
<el-tab-pane label="基础配置" name="2"></el-tab-pane>
|
||||||
<!-- <el-tab-pane label="通知配置" name="3"></el-tab-pane> -->
|
<!-- <el-tab-pane label="通知配置" name="3"></el-tab-pane> -->
|
||||||
<el-tab-pane label="安全设置" name="4"></el-tab-pane>
|
<el-tab-pane label="安全设置" name="4"></el-tab-pane>
|
||||||
<el-tab-pane label="扩展参数" name="5"></el-tab-pane>
|
<el-tab-pane label="店铺装修" name="5"></el-tab-pane>
|
||||||
<el-tab-pane label="跳转小程序" name="6" v-if="shopId==1"></el-tab-pane>
|
<el-tab-pane label="跳转小程序" name="6" v-if="shopId==1"></el-tab-pane>
|
||||||
|
<el-tab-pane label="通知中心" name="7"></el-tab-pane>
|
||||||
|
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
<shopInfo v-if="activeName == 1" />
|
<shopInfo v-if="activeName == 1" />
|
||||||
|
|
@ -15,6 +16,7 @@
|
||||||
<securitySetting v-if="activeName == 4" />
|
<securitySetting v-if="activeName == 4" />
|
||||||
<extend v-if="activeName == 5" />
|
<extend v-if="activeName == 5" />
|
||||||
<goxcx v-if="activeName == 6" />
|
<goxcx v-if="activeName == 6" />
|
||||||
|
<notifications v-if="activeName == 7" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -26,11 +28,12 @@ import notice from './components/notice'
|
||||||
import securitySetting from './components/securitySetting'
|
import securitySetting from './components/securitySetting'
|
||||||
import extend from './components/extend'
|
import extend from './components/extend'
|
||||||
import goxcx from './components/goxcx'
|
import goxcx from './components/goxcx'
|
||||||
|
import notifications from './notifications/index.vue'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
shopInfo,
|
shopInfo,
|
||||||
shopSetting,
|
shopSetting,
|
||||||
notice,securitySetting,extend,goxcx
|
notice,securitySetting,extend,goxcx,notifications
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue