Commit c70693865aa74316130ac40bbac2e9aba6f1f4c3

Authored by wesley88
1 parent cfe53695

1

admin-web-master/src/components/add/addht.vue
... ... @@ -236,7 +236,7 @@ import {
236 236 let info = await this.culfj()
237 237 console.error(info)
238 238 let c1 = {
239   - documentAddress: "http://172.16.61.237:19000" + this.templateAttachment,
  239 + documentAddress: "http://172.16.10.237:19000" + this.templateAttachment,
240 240 insertData: JSON.stringify(info)
241 241 }
242 242 dataInprotDocument(c1).then(res => {
... ... @@ -329,7 +329,7 @@ import {
329 329 let info = await this.culfj()
330 330 console.error(info)
331 331 let c1 = {
332   - documentAddress: "http://172.16.61.237:19000" + this.templateAttachment,
  332 + documentAddress: "http://172.16.10.237:19000" + this.templateAttachment,
333 333 insertData: JSON.stringify(info)
334 334 }
335 335 dataInprotDocument(c1).then(res => {
... ... @@ -483,7 +483,7 @@ import {
483 483 let info = await this.culfj()
484 484 console.error(info)
485 485 let c1 = {
486   - documentAddress: "http://172.16.61.237:19000" + this.templateAttachment,
  486 + documentAddress: "http://172.16.10.237:19000" + this.templateAttachment,
487 487 insertData: JSON.stringify(info)
488 488 }
489 489 dataInprotDocument(c1).then(res => {
... ...
admin-web-master/src/layout/index.vue
... ... @@ -197,17 +197,17 @@
197 197 }
198 198 }
199 199 return {
200   - // msg: [],
201   - // list: [],
  200 + msg: [],
  201 + list: [],
202 202 // msg: ['招商服务系统'],
203   - msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
204   - list: [
205   - ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
206   - ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
207   - ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
208   - ['联机交易', '对账处理', '日志管理', '商户服务'],
209   - ['渠道售票统计分析', '销售额统计分析'],
210   - ],
  203 + // msg: ['招商服务系统', '推广策划系统', '在线商城系统', '支付服务模块', '票务'],
  204 + // list: [
  205 + // ['招商资源监测', '商家管理', '商铺租赁服务', '招商方案管理', '招商租赁管理', '广告服务', '轮播图设置', '商户意向管理', '问卷调查','客服服务管理', '系统设置'],
  206 + // ['品牌策划', '活动策划', '氛围策划', '媒体推广'],
  207 + // ['订单管理', '积分管理', '消息中心', '会员管理', '评论管理', '商品管理', '库存管理', '销售统计', '优惠券管理', '商城商家管理'],
  208 + // ['联机交易', '对账处理', '日志管理', '商户服务'],
  209 + // ['渠道售票统计分析', '销售额统计分析'],
  210 + // ],
211 211 listMune: [],
212 212 mumeList: [],
213 213 mumeChildren1: [],
... ... @@ -296,10 +296,10 @@
296 296 this.userAvatar = getUserAvatar()
297 297 },
298 298 mounted() {
299   - // this.getMemu()
300   - // this.address()
301   - // this.waibu()
302   - this.neibu()
  299 + this.getMemu()
  300 + this.address()
  301 + this.waibu()
  302 + // this.neibu()
303 303 },
304 304  
305 305 methods: {
... ... @@ -780,12 +780,12 @@
780 780 ['联机交易', '对账处理', '日志管理', '商户服务'],
781 781 ['渠道售票统计分析', '销售额统计分析'],
782 782 ]
783   - this.neibu()
  783 + // this.neibu()
784 784  
785 785  
786   - // this.getMemu()
787   - // this.waibu()
788   - // this.list = this.mumeList
  786 + this.getMemu()
  787 + this.waibu()
  788 + this.list = this.mumeList
789 789  
790 790  
791 791 },
... ...