2024-08-26 03:15:07 +00:00
|
|
|
|
{
|
2024-09-09 07:35:17 +00:00
|
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
|
|
|
|
"custom": {
|
|
|
|
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-08-26 03:15:07 +00:00
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
2024-09-09 07:35:17 +00:00
|
|
|
|
"path": "pages/login/index",
|
2024-08-26 03:15:07 +00:00
|
|
|
|
"style": {
|
2024-10-21 02:44:55 +00:00
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
"enablePullDownRefresh": false
|
2024-08-26 03:15:07 +00:00
|
|
|
|
}
|
2024-09-11 06:57:03 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2024-10-21 02:44:55 +00:00
|
|
|
|
"navigationBarTitleText": "添加画作",
|
|
|
|
|
"enablePullDownRefresh": false
|
2024-09-11 06:57:03 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/painting/index",
|
|
|
|
|
"style": {
|
2024-10-21 02:44:55 +00:00
|
|
|
|
"navigationBarTitleText": "入库",
|
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
2024-09-11 06:57:03 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/detail/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "",
|
2024-10-21 02:44:55 +00:00
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
|
|
2024-09-11 06:57:03 +00:00
|
|
|
|
}
|
2024-10-21 02:44:55 +00:00
|
|
|
|
}
|
2024-08-26 03:15:07 +00:00
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
}
|
|
|
|
|
}
|