feat:会议记录分包创建

feat/meeting
gaotian 8 months ago
parent f9be0928dd
commit da7392e320
  1. 0
      meeting/index/index.vue
  2. 0
      meeting/online/index.vue
  3. 30
      pages.json

@ -57,7 +57,8 @@
}
],
"subPackages": [{
"subPackages": [
{
"root": "pagesA",
"pages": [{
"path": "photo/photo_1",
@ -149,10 +150,31 @@
"navigationStyle": "custom"
}
}
]
}],
},
{
"name":"",
"root":"meeting",
"pages":[
{
"path":"index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
{
"path":"online/index",
"style": {
"navigationBarTitleText": "会议中",
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "%app.name%",

Loading…
Cancel
Save