合并之前

This commit is contained in:
qianhao.xu
2024-03-28 13:32:46 +08:00
parent c296a32768
commit c3984f4ec7
2 changed files with 62 additions and 13 deletions

View File

@@ -1,4 +1,29 @@
{
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "DOAN",
"navigationBarBackgroundColor": "#FFFFFF",
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/home_.png",
"text": "首页"
},
{
"pagePath": "pages/agv/agv",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/work_.png",
"text": "AGV"
}
]
}
},
"pages": [{
"path": "pages/login/login",
"style": {
@@ -45,25 +70,27 @@
}
},
{
"path" : "pages/demo/demo",
"style" :
{
"navigationBarTitleText" : "测试页面",
"enablePullDownRefresh" : false
"path": "pages/demo/demo",
"style": {
"navigationBarTitleText": "测试页面",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/returnWarehose/returnWarehose",
"path": "pages/returnWarehose/returnWarehose",
"style": {
"navigationBarTitleText": "退库",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/agv/agv",
"style" :
{
"navigationBarTitleText" : "退库",
"navigationBarTitleText" : "AGV",
"enablePullDownRefresh" : false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "DOAN",
"navigationBarBackgroundColor": "#FFFFFF"
}
]
}

22
pages/agv/agv.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>