隐藏聊天入口
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// const debug = process.env.NODE_ENV == 'development' ? true : false;
|
// const debug = process.env.NODE_ENV == 'development' ? true : false;
|
||||||
const debug = true;
|
const debug = false;
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
const proxyApi = "/api";
|
const proxyApi = "/api";
|
||||||
// #endif
|
// #endif
|
||||||
|
|||||||
33
pages.json
33
pages.json
@@ -295,23 +295,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"root": "pageChat",
|
|
||||||
"pages": [{
|
|
||||||
"path": "index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "消息"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "chat",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "群聊"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
// ,
|
||||||
|
// {
|
||||||
|
// "root": "pageChat",
|
||||||
|
// "pages": [{
|
||||||
|
// "path": "index",
|
||||||
|
// "style": {
|
||||||
|
// "navigationBarTitleText": "消息"
|
||||||
|
// }
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// "path": "chat",
|
||||||
|
// "style": {
|
||||||
|
// "navigationBarTitleText": "群聊"
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
],
|
],
|
||||||
"uniIdRouter": {},
|
"uniIdRouter": {},
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
|||||||
@@ -281,11 +281,11 @@ const myFunList = ref([
|
|||||||
type: "fenxiao",
|
type: "fenxiao",
|
||||||
icon: "/static/icon/fenxiao.svg",
|
icon: "/static/icon/fenxiao.svg",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: "商家推送",
|
// name: "商家推送",
|
||||||
type: "msg",
|
// type: "msg",
|
||||||
icon: "/static/icon/msg.png",
|
// icon: "/static/icon/msg.png",
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// name: "我的订单",
|
// name: "我的订单",
|
||||||
// type: "my_order",
|
// type: "my_order",
|
||||||
|
|||||||
Reference in New Issue
Block a user