消息
This commit is contained in:
@@ -47,7 +47,6 @@ let tabList = reactive([
|
||||
{
|
||||
iconPath: "../../static/Forum.png",
|
||||
selectedIconPath: "../../static/Forumclick.png",
|
||||
// text: '消息',
|
||||
text: "论坛",
|
||||
pagePath: "",
|
||||
middleClass: "",
|
||||
@@ -63,14 +62,13 @@ let tabList = reactive([
|
||||
iconPath: "../../static/Message.png",
|
||||
selectedIconPath: "../../static/Messageclick.png",
|
||||
text: "消息",
|
||||
// text: '社区',
|
||||
pagePath: "../../pages/Message/Message",
|
||||
pagePath: "../../pages/index/index",
|
||||
},
|
||||
{
|
||||
iconPath: "../../static/Mine.png",
|
||||
selectedIconPath: "../../static/Mineclick.png",
|
||||
text: "我的",
|
||||
pagePath: "",
|
||||
pagePath: "../../pages/Mine/Mine",
|
||||
middleClass: "",
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user