feat: 分包整理
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -63,7 +63,7 @@ const handleMessage = (event) => {
|
||||
break;
|
||||
case "chooseAndUpload": {
|
||||
uni.navigateTo({
|
||||
url: '/pages-bridge/UploadImage',
|
||||
url: '/pages-base/bridge/UploadImage',
|
||||
})
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user