Commit 84290017ff2e308649e0a7105fc7fa85f1de2f0e

Authored by wesley88
1 parent 319f303b

1

admin-web-master/src/layout/index.vue
@@ -200,17 +200,17 @@ @@ -200,17 +200,17 @@
200 } 200 }
201 } 201 }
202 return { 202 return {
203 - msg: [],  
204 - list: [], 203 + // msg: [],
  204 + // list: [],
205 // msg: ['招商服务系统'], 205 // msg: ['招商服务系统'],
206 - // msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],  
207 - // list: [  
208 - // ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],  
209 - // ['品牌策划', '活动策划', '氛围策划', '媒体推广'],  
210 - // ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],  
211 - // ['联机交易', '对账处理', '日志管理', '商户服务'],  
212 - // ['渠道售票统计分析', '销售额统计分析'],  
213 - // ], 206 + msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
  207 + list: [
  208 + ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
  209 + ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
  210 + ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
  211 + ['联机交易', '对账处理', '日志管理', '商户服务'],
  212 + ['渠道售票统计分析', '销售额统计分析'],
  213 + ],
214 listMune: [], 214 listMune: [],
215 mumeList: [], 215 mumeList: [],
216 mumeChildren1: [], 216 mumeChildren1: [],
@@ -299,10 +299,10 @@ @@ -299,10 +299,10 @@
299 this.userAvatar = getUserAvatar() 299 this.userAvatar = getUserAvatar()
300 }, 300 },
301 mounted() { 301 mounted() {
302 - this.getMemu()  
303 - this.address()  
304 - this.waibu()  
305 - // this.neibu() 302 + // this.getMemu()
  303 + // this.address()
  304 + // this.waibu()
  305 + this.neibu()
306 }, 306 },
307 307
308 methods: { 308 methods: {
@@ -786,12 +786,12 @@ @@ -786,12 +786,12 @@
786 ['联机交易', '对账处理', '日志管理', '商户服务'], 786 ['联机交易', '对账处理', '日志管理', '商户服务'],
787 ['渠道售票统计分析', '销售额统计分析'], 787 ['渠道售票统计分析', '销售额统计分析'],
788 ] 788 ]
789 - // this.neibu() 789 + this.neibu()
790 790
791 791
792 - this.getMemu()  
793 - this.waibu()  
794 - this.list = this.mumeList 792 + // this.getMemu()
  793 + // this.waibu()
  794 + // this.list = this.mumeList
795 795
796 796
797 }, 797 },