feat: 拆包

This commit is contained in:
2025-08-17 00:30:54 +08:00
parent 62c9985651
commit c02f55b9eb
4 changed files with 208 additions and 256 deletions
+6 -17
View File
@@ -81,29 +81,12 @@
"navigationStyle": "default" // 默认样式,会显示返回图标 "navigationStyle": "default" // 默认样式,会显示返回图标
} }
}, },
{
"path": "pages/brand_settlement/brand_settlement",
"style": {
"navigationBarTitleText": "%mine.brand.settlement.title%",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false,
"navigationStyle": "default" // 默认样式,会显示返回图标
}
},
{ {
"path": "pages/supply_chain/supply_chain", "path": "pages/supply_chain/supply_chain",
"style": { "style": {
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
{
"path": "pages/merchant_settlement_ok/merchant_settlement_ok",
"style": {
"navigationBarTitleText": ""
}
},
{ {
"path": "pages/finance/finance", "path": "pages/finance/finance",
"style": { "style": {
@@ -401,6 +384,12 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "merchant_settlement_ok/merchant_settlement_ok",
"style": {
"navigationBarTitleText": ""
}
},
{ {
"path": "get_prize/get_prize", "path": "get_prize/get_prize",
"style": { "style": {
@@ -1,19 +0,0 @@
<template>
<view>
品牌入驻
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>
File diff suppressed because one or more lines are too long