Commit a8168dc2 authored by 罗超's avatar 罗超

导航优化功能开发

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