新增页面

This commit is contained in:
2024-03-04 09:48:43 +08:00
parent 258f19bd3b
commit a91a487141
7 changed files with 156 additions and 0 deletions

View File

@@ -60,6 +60,48 @@
}
}
,{
"path" : "pages/modules/VibrationClean/cache-line-call",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/semi-finished-outbound",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/cache-line-check",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/cache-line-mater-manage",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/clean-feeding",
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/VibrationClean/clean-cutting",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",//导航栏标题颜色及状态栏前景颜色,仅支持 black/white

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>

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>

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>