项目开发完成
This commit is contained in:
@@ -3,7 +3,8 @@ export default defineAppConfig({
|
||||
'pages/index/index',
|
||||
'pages/order/order',
|
||||
'pages/kefu/kefu',
|
||||
'pages/user/user'
|
||||
'pages/user/user',
|
||||
'pages/article/article'
|
||||
],
|
||||
"subpackages": [
|
||||
{
|
||||
@@ -70,38 +71,38 @@ export default defineAppConfig({
|
||||
navigationBarTitleText: 'WeChat',
|
||||
navigationBarTextStyle: 'black'
|
||||
},
|
||||
// tabBar: {
|
||||
// custom: false,
|
||||
// color: "#8a8a8a",
|
||||
// selectedColor: "#9a23d4",
|
||||
// backgroundColor: "#ffffff",
|
||||
// list: [
|
||||
// {
|
||||
// pagePath: "pages/index/index",
|
||||
// iconPath: "assets/tabbar/home.png",
|
||||
// selectedIconPath: "assets/tabbar/home-active.png",
|
||||
// text: "寄件",
|
||||
// },
|
||||
// {
|
||||
// pagePath: "pages/order/order",
|
||||
// iconPath: "assets/tabbar/order.png",
|
||||
// selectedIconPath: "assets/tabbar/order-active.png",
|
||||
// text: "查件",
|
||||
// },
|
||||
tabBar: {
|
||||
custom: false,
|
||||
color: "#8a8a8a",
|
||||
selectedColor: "#9a23d4",
|
||||
backgroundColor: "#ffffff",
|
||||
list: [
|
||||
{
|
||||
pagePath: "pages/index/index",
|
||||
iconPath: "assets/tabbar/home.png",
|
||||
selectedIconPath: "assets/tabbar/home-active.png",
|
||||
text: "首页",
|
||||
},
|
||||
{
|
||||
pagePath: "pages/article/article",
|
||||
iconPath: "assets/tabbar/order.png",
|
||||
selectedIconPath: "assets/tabbar/order-active.png",
|
||||
text: "学习",
|
||||
},
|
||||
// {
|
||||
// pagePath: "pages/kefu/kefu",
|
||||
// iconPath: "assets/tabbar/kefu.png",
|
||||
// selectedIconPath: "assets/tabbar/kefu-active.png",
|
||||
// text: "客服",
|
||||
// },
|
||||
// {
|
||||
// pagePath: "pages/user/user",
|
||||
// iconPath: "assets/tabbar/user.png",
|
||||
// selectedIconPath: "assets/tabbar/user-active.png",
|
||||
// text: "我的",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
{
|
||||
pagePath: "pages/user/user",
|
||||
iconPath: "assets/tabbar/user.png",
|
||||
selectedIconPath: "assets/tabbar/user-active.png",
|
||||
text: "我的",
|
||||
},
|
||||
],
|
||||
},
|
||||
requiredPrivateInfos: [
|
||||
"getLocation",
|
||||
"chooseLocation"
|
||||
|
||||
Reference in New Issue
Block a user