|
|
@@ -195,11 +195,6 @@ export default {
|
|
|
icon: 'icondingdanguanli',
|
|
|
url: '/order/list'
|
|
|
},
|
|
|
- {
|
|
|
- name: '图库',
|
|
|
- icon: 'iconshangpinguanli',
|
|
|
- url: '/goods/img-store'
|
|
|
- },
|
|
|
{
|
|
|
name: '客户管理',
|
|
|
icon: 'iconkehuguanli',
|
|
|
@@ -224,14 +219,6 @@ export default {
|
|
|
name: '广告管理',
|
|
|
icon: 'iconguanggao',
|
|
|
url: '/ad/list'
|
|
|
- },
|
|
|
- {
|
|
|
- name: '客服',
|
|
|
- icon: 'iconkefu'
|
|
|
- },
|
|
|
- {
|
|
|
- name: '拼团',
|
|
|
- icon: 'iconlianjie'
|
|
|
}
|
|
|
],
|
|
|
// 总统计
|
|
|
@@ -298,7 +285,7 @@ export default {
|
|
|
this.visitorData = res.visitStat;
|
|
|
this.noticeData = res.notice;
|
|
|
if (res.notice.length) {
|
|
|
- this.promptModal = true;
|
|
|
+ //this.promptModal = true;
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
this.initChart();
|