From ea5ce3caa13f9672ee5c6f74a1ae54436e536f5b Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 8 Dec 2025 14:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=81=8A=E5=A4=A9=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/http.js | 4 +- http/yskApi/http.js | 4 +- pages.json | 81 +++++++++++++++++---------------- pages/permission/permission.vue | 26 +++++------ 4 files changed, 58 insertions(+), 57 deletions(-) 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); },