fix: 统一二级页导航栏样式

This commit is contained in:
czz
2026-05-08 15:23:47 +08:00
parent 6d93440334
commit f3eb25b035

View File

@@ -16,9 +16,9 @@ export default defineAppConfig({
], ],
window: { window: {
navigationBarTitleText: "新手小程序", navigationBarTitleText: "新手小程序",
navigationBarBackgroundColor: "#1AAD19", navigationBarBackgroundColor: "#1f2534",
navigationBarTextStyle: "white", navigationBarTextStyle: "white",
backgroundTextStyle: "light", backgroundTextStyle: "light",
backgroundColor: "#f6f7fb" backgroundColor: "#1b2130"
} }
}); });