menu
This commit is contained in:
24
pages.json
24
pages.json
@@ -45,22 +45,30 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/modules/unloading-mater",
|
||||
,{
|
||||
"path" : "pages/modules/unloading-mater",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/modules/call-mater",
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/modules/call-mater",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/modules/clean-matter-info",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
// "pageOrientation": "landscape",
|
||||
|
||||
19
pages/modules/clean-matter-info.vue
Normal file
19
pages/modules/clean-matter-info.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
|
||||
</style>
|
||||
@@ -25,9 +25,9 @@ export const handLogin = (user, password) => request({
|
||||
export const authority = () => {
|
||||
let res = {
|
||||
sonTree: [
|
||||
{menu_id: '1', imgsrc: 'RF01', name: '涂板线下料', path: '/pages/modules/callmanage'},
|
||||
{menu_id: '2', imgsrc: 'RF02', name: '清空物料信息', path: '/pages/modules/zlmanage'},
|
||||
{menu_id: '3', imgsrc: 'RF03', name: '包片机叫料', path: '/pages/modules/taskmanage'}
|
||||
{menu_id: '1', imgsrc: 'RF01', name: '涂板线下料', path: '/pages/modules/unloading-mater'},
|
||||
{menu_id: '2', imgsrc: 'RF02', name: '清空物料信息', path: '/pages/modules/clean-matter-info'},
|
||||
{menu_id: '3', imgsrc: 'RF03', name: '包片机叫料', path: '/pages/modules/call-mater'}
|
||||
]
|
||||
}
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user