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

This commit is contained in:
czz
2026-05-08 15:23:47 +08:00
parent 9a2f382dc9
commit f8238694ae

View File

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