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-05-22 18:11:11 +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-05-22 18:11:11 +08:00
|
|
|
"navigationBarTitleText": "AI助理",
|
2025-04-09 09:34:27 +08:00
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|