涂板线下料、包片机叫料

This commit is contained in:
2023-12-11 10:05:50 +08:00
parent 164e4ee82f
commit 2daeae0157
3 changed files with 54 additions and 0 deletions

View File

@@ -45,6 +45,22 @@
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/unloading-mater",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/call-mater",
"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>