合并之前
This commit is contained in:
53
pages.json
53
pages.json
@@ -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
22
pages/agv/agv.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user