feat: 分包整理
This commit is contained in:
@@ -102,6 +102,18 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "bridge/UploadImage",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "bridge/SaveImage",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -155,23 +167,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"root": "pages-bridge",
|
|
||||||
"pages": [
|
|
||||||
{
|
|
||||||
"path": "UploadImage",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "SaveImage",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"root": "pages-aigc",
|
"root": "pages-aigc",
|
||||||
"pages": [
|
"pages": [
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ const handleMessage = (event) => {
|
|||||||
break;
|
break;
|
||||||
case "chooseAndUpload": {
|
case "chooseAndUpload": {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages-bridge/UploadImage',
|
url: '/pages-base/bridge/UploadImage',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user