home
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<view class="userInfo-wrap">
|
<view class="userInfo-wrap">
|
||||||
<view class="userInfo">
|
<view class="userInfo">
|
||||||
<text class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).user_name : ''}}</text>
|
<text class="p1">{{$store.getters.userInfo !== '' ? JSON.parse($store.getters.userInfo).user_name : ''}}</text>
|
||||||
<text class="p2">欢迎进入立讯手持系统!</text>
|
<text class="p2">欢迎进入超威手持系统!</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="exit" @tap="Quit">
|
<view class="exit" @tap="Quit">
|
||||||
<view class="icon-exit"></view>
|
<view class="icon-exit"></view>
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ export const handLogin = (user, password) => request({
|
|||||||
export const authority = () => {
|
export const authority = () => {
|
||||||
let res = {
|
let res = {
|
||||||
sonTree: [
|
sonTree: [
|
||||||
{menu_id: '1', imgsrc: 'RF01', name: '呼叫管理', path: '/pages/modules/callmanage'},
|
{menu_id: '1', imgsrc: 'RF01', name: '涂板线下料', path: '/pages/modules/callmanage'},
|
||||||
{menu_id: '2', imgsrc: 'RF02', name: '指令管理', path: '/pages/modules/zlmanage'},
|
{menu_id: '2', imgsrc: 'RF02', name: '清空物料信息', path: '/pages/modules/zlmanage'},
|
||||||
{menu_id: '3', imgsrc: 'RF03', name: '任务管理', path: '/pages/modules/taskmanage'}
|
{menu_id: '3', imgsrc: 'RF03', name: '包片机叫料', path: '/pages/modules/taskmanage'}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
|
|||||||
Reference in New Issue
Block a user