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

@@ -30,27 +30,41 @@
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/equip-operate",
,{
"path" : "pages/modules/equip-operate",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/man-sort-operate",
}
,{
"path" : "pages/modules/man-sort-operate",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/man-sort-schedue",
}
,{
"path" : "pages/modules/man-sort-schedue",
"style": {
"navigationStyle": "custom"
}
}
}
,{
"path" : "pages/modules/man-group",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/hunnian-carry",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",

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>