Commit df7ba96d authored by 黄奎's avatar 黄奎

页面修改

parent 6d60b5cf
......@@ -50,7 +50,7 @@
<el-switch v-model="data.navSwitch" :inactive-value="0" :active-value="1"></el-switch>
</el-form-item>
<el-form-item v-if="data.navSwitch == 1" label="使用商城配置">
<el-switch v-model="data.useMallConfig"></el-switch>
<el-switch v-model="data.useMallConfig" :active-value="true" :inactive-value="false"></el-switch>
</el-form-item>
<template v-if="!data.useMallConfig && data.navSwitch == 1">
<el-form-item label="导航样式">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment