This commit is contained in:
2023-09-13 15:03:07 +08:00
parent 113358ea7b
commit be2b9a6a78
3 changed files with 64 additions and 12 deletions

View File

@@ -50,6 +50,20 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}
,{
"path" : "pages/modules/man-group",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/hunnian-carry",
"style": {
"navigationStyle": "custom"
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>