隐藏聊天入口,修改为正式环境

This commit is contained in:
2025-12-08 14:13:14 +08:00
parent 6b420e47f7
commit ea5ce3caa1
4 changed files with 58 additions and 57 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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": {

View File

@@ -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);
},