Commit a8168dc2 authored by 罗超's avatar 罗超

导航优化功能开发

parent de43cdef
This diff is collapsed.
...@@ -351,7 +351,7 @@ ...@@ -351,7 +351,7 @@
</el-row> </el-row>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="導航設定" name="third"> <el-tab-pane label="導航設定" name="third">
<el-col :span="7" style="margin-right:40px;"> <!-- <el-col :span="7" style="margin-right:40px;">
<div class="WebSite_Box"> <div class="WebSite_Box">
<div class="WebSite_Header"> <div class="WebSite_Header">
網站選單設定 網站選單設定
...@@ -376,8 +376,8 @@ ...@@ -376,8 +376,8 @@
</ul> </ul>
</div> </div>
</div> </div>
</el-col> </el-col> -->
<el-col :span="7" style="margin-right:40px;"> <!-- <el-col :span="7" style="margin-right:40px;">
<div class="WebSite_Box"> <div class="WebSite_Box">
<div class="WebSite_Header"> <div class="WebSite_Header">
刊尾選單設定 刊尾選單設定
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
</ul> </ul>
</div> </div>
</div> </div>
</el-col> </el-col> -->
<el-col :span="7" style="margin-right:40px;"> <el-col :span="7" style="margin-right:40px;">
<div class="WebSite_Box"> <div class="WebSite_Box">
<div class="WebSite_Header"> <div class="WebSite_Header">
......
...@@ -218,15 +218,6 @@ import uploadImg from '../../pubComponents/uploadImg' ...@@ -218,15 +218,6 @@ import uploadImg from '../../pubComponents/uploadImg'
Level:[ Level:[
{ required: true, message: '请选择层级', trigger: 'change' } { required: true, message: '请选择层级', trigger: 'change' }
], ],
// ParentId:[
// { required: true, message: '请选择父级ID', trigger: 'change' }
// ],
// Icon:[
// { required: true, message: '请上传图标', trigger: 'change' }
// ],
// BackgroundImage:[
// { required: true, message: '请上传背景图片', trigger: 'change' }
// ],
}, },
} }
}, },
...@@ -283,14 +274,14 @@ import uploadImg from '../../pubComponents/uploadImg' ...@@ -283,14 +274,14 @@ import uploadImg from '../../pubComponents/uploadImg'
this.$message.error('请选择父级分类!'); this.$message.error('请选择父级分类!');
return return
} }
if(!icon) { // if(!icon) {
this.$message.error('请上传图标!'); // this.$message.error('请上传图标!');
return // return
} // }
if(!background) { // if(!background) {
this.$message.error('请上传背景图片!'); // this.$message.error('请上传背景图片!');
return // return
} // }
let params = {...this.addMsg} let params = {...this.addMsg}
params.isHot = params.isHot ? 1 : 2 params.isHot = params.isHot ? 1 : 2
params.Enable = params.Enable ? 1 : 2 params.Enable = params.Enable ? 1 : 2
......
...@@ -5273,6 +5273,14 @@ export default { ...@@ -5273,6 +5273,14 @@ export default {
title: '分类管理' title: '分类管理'
}, },
}, },
{
path: '/NavigationConfig',
name: 'NavigationConfig',
component: resolve => require(['@/components/WebSet/NavigationConfig'], resolve),
meta: {
title: '导航管理'
},
},
{ {
path: '/WebSiteCertificate', //前台网站签证护照管理【自定义前端网站】 path: '/WebSiteCertificate', //前台网站签证护照管理【自定义前端网站】
name: 'WebSiteCertificate', name: 'WebSiteCertificate',
......
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