feat(custom): build
This commit is contained in:
@@ -58,6 +58,10 @@ export default defineAppConfig({
|
||||
root: "pages/marketing",
|
||||
pages: ["sign/index"],
|
||||
},
|
||||
{
|
||||
root: "pages/search",
|
||||
pages: ["index"],
|
||||
},
|
||||
],
|
||||
window: {
|
||||
backgroundTextStyle: "light",
|
||||
@@ -83,12 +87,12 @@ export default defineAppConfig({
|
||||
// selectedIconPath: "static/tabbar/2-002.png",
|
||||
// text: "分类",
|
||||
// },
|
||||
// {
|
||||
// pagePath: "pages/cart/index",
|
||||
// iconPath: "static/tabbar/3-001.png",
|
||||
// selectedIconPath: "static/tabbar/3-002.png",
|
||||
// text: "购物车",
|
||||
// },
|
||||
{
|
||||
pagePath: "pages/cart/index",
|
||||
iconPath: "static/tabbar/3-001.png",
|
||||
selectedIconPath: "static/tabbar/3-002.png",
|
||||
text: "购物车",
|
||||
},
|
||||
{
|
||||
pagePath: "pages/user/index",
|
||||
iconPath: "static/tabbar/4-001.png",
|
||||
|
||||
Reference in New Issue
Block a user