Files
cunkebao_v3/Store_vue/pages.json

28 lines
517 B
JSON
Raw Normal View History

2025-04-09 09:34:27 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/chat/index",
"style": {
2025-08-29 15:16:17 +08:00
"navigationBarTitleText": "AI数智员工",
2025-04-09 09:34:27 +08:00
"navigationStyle": "custom"
}
},
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
2025-08-29 15:16:17 +08:00
"navigationBarTitleText": "AI数智员工",
2025-04-09 09:34:27 +08:00
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}