feat: 分包整理

This commit is contained in:
2026-07-23 15:16:20 +08:00
parent be4520cdb8
commit 3f8d4327df
4 changed files with 13 additions and 18 deletions

View File

@@ -102,6 +102,18 @@
"style": {
"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",
"pages": [

View File

@@ -63,7 +63,7 @@ const handleMessage = (event) => {
break;
case "chooseAndUpload": {
uni.navigateTo({
url: '/pages-bridge/UploadImage',
url: '/pages-base/bridge/UploadImage',
})
}
break;