diff --git a/http/http.js b/http/http.js index eb2d791..2922695 100644 --- a/http/http.js +++ b/http/http.js @@ -15,8 +15,8 @@ import infoBox from "@/commons/utils/infoBox.js"; import go from "@/commons/utils/go.js"; import { reject } from "lodash"; // 设置node环境 -// envConfig.changeEnv(storageManage.env('production')) //正式 -envConfig.changeEnv(storageManage.env("development")); //测试 +envConfig.changeEnv(storageManage.env('production')) //正式 +// envConfig.changeEnv(storageManage.env("development")); //测试 // 测试服 // #ifdef H5 diff --git a/http/yskApi/http.js b/http/yskApi/http.js index 2837d66..769d530 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -15,8 +15,8 @@ import infoBox from "@/commons/utils/infoBox.js" import go from '@/commons/utils/go.js'; import { reject } from 'lodash'; // 设置node环境 -// envConfig.changeEnv(storageManage.env('production')) -envConfig.changeEnv(storageManage.env('development')) +envConfig.changeEnv(storageManage.env('production')) +// envConfig.changeEnv(storageManage.env('development')) // 测试服 // #ifdef H5 diff --git a/pages.json b/pages.json index 2c28744..20df20f 100644 --- a/pages.json +++ b/pages.json @@ -822,47 +822,48 @@ "navigationBarTitleText": "分销" } }] - }, - { - "root":"pageChat", - "pages": [{ - "pageId": "PAGES_CHAT_INDEX", - "path": "index", - "style": { - "navigationBarTitleText": "消息" - } - }, - { - "pageId": "PAGES_CHAT_CHAT", - "path": "chat", - "style": { - "navigationBarTitleText": "群聊" - } - }, - { - "pageId": "PAGES_CHAT_GROUP_INFO", - "path": "group-info/index", - "style": { - "navigationBarTitleText": "群管理" - } - }, - { - "pageId": "PAGES_CHAT_COUPON_ACTIVITY", - "path": "coupon-activity/index", - "style": { - "navigationBarTitleText": "优惠券管理" - } - }, - { - "pageId": "PAGES_CHAT_COUPON_ACTIVITY_DETAIL", - "path": "coupon-activity/detail", - "style": { - "navigationBarTitleText": "查看优惠券" - } - } - - ] } + // , + // { + // "root":"pageChat", + // "pages": [{ + // "pageId": "PAGES_CHAT_INDEX", + // "path": "index", + // "style": { + // "navigationBarTitleText": "消息" + // } + // }, + // { + // "pageId": "PAGES_CHAT_CHAT", + // "path": "chat", + // "style": { + // "navigationBarTitleText": "群聊" + // } + // }, + // { + // "pageId": "PAGES_CHAT_GROUP_INFO", + // "path": "group-info/index", + // "style": { + // "navigationBarTitleText": "群管理" + // } + // }, + // { + // "pageId": "PAGES_CHAT_COUPON_ACTIVITY", + // "path": "coupon-activity/index", + // "style": { + // "navigationBarTitleText": "优惠券管理" + // } + // }, + // { + // "pageId": "PAGES_CHAT_COUPON_ACTIVITY_DETAIL", + // "path": "coupon-activity/detail", + // "style": { + // "navigationBarTitleText": "查看优惠券" + // } + // } + + // ] + // } ], "globalStyle": { diff --git a/pages/permission/permission.vue b/pages/permission/permission.vue index 0e005cb..8d88ce3 100644 --- a/pages/permission/permission.vue +++ b/pages/permission/permission.vue @@ -80,19 +80,19 @@ export default { children: v.children.filter(child => child.type == 0 && !child.hidden) } }) - arr.push({ - title: '群聊管理', - miniIcon: '', - miniPath: '', - type: 0, - children: [ - { - title:'群聊管理', - miniIcon:'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/3/ef5566de3c10411e96fa4213381836a9.png', - miniPath:'pageChat/index', - } - ] - }) + // arr.push({ + // title: '群聊管理', + // miniIcon: '', + // miniPath: '', + // type: 0, + // children: [ + // { + // title:'群聊管理', + // miniIcon:'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/3/ef5566de3c10411e96fa4213381836a9.png', + // miniPath:'pageChat/index', + // } + // ] + // }) this.tabbar = arr console.log(this.tabbar); },