jhwxapp/miniprogram/pages/project_flowable/editTask/index.json

10 lines
313 B
JSON
Raw Normal View History

2023-09-17 02:08:35 +08:00
{
"usingComponents": {
"van-overlay": "@vant/weapp/overlay/index",
"van-collapse": "@vant/weapp/collapse",
2024-04-14 21:28:11 +08:00
"van-steps": "@vant/weapp/steps/index",
2024-05-03 10:37:27 +08:00
"van-collapse-item": "@vant/weapp/collapse-item",
"van-notice-bar": "@vant/weapp/notice-bar/index"
2023-09-17 02:08:35 +08:00
},
"navigationStyle":"custom"
}