删除盘点页面,只走随行

hubei-jinshennong
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 61722cbae4
commit 65b3224b8e

@ -67,32 +67,33 @@ const routes = [{
},
component: () => import('@/views/alarmVideos/alarmLog')
},
{
path: 'checkManage',
name: 'checkManage',
meta: {
icon: 'form',
name: '盘点管理',
},
component: () => import('@/views/checkManage/index'),
},
{
path: 'checkOperation',
name: 'checkOperation',
meta: {
name: '盘点操作'
},
component: () => import('@/views/checkManage/checkOperation'),
},
{
path: 'checkHistory',
name: 'checkHistory',
meta: {
icon: 'tag',
name: '盘点历史',
},
component: () => import('@/views/historyCheck/index'),
},
// },
// {
// path: 'checkManage',
// name: 'checkManage',
// meta: {
// icon: 'form',
// name: '盘点管理',
// },
// component: () => import('@/views/checkManage/index'),
// },
// {
// path: 'checkOperation',
// name: 'checkOperation',
// meta: {
// name: '盘点操作'
// },
// component: () => import('@/views/checkManage/checkOperation'),
// },
// {
// path: 'checkHistory',
// name: 'checkHistory',
// meta: {
// icon: 'tag',
// name: '盘点历史',
// },
// component: () => import('@/views/historyCheck/index'),
// },
// {
// path: 'stockHistory',
// name: 'stockHistory',

@ -46,9 +46,10 @@ module.exports = {
}
},
'/api': {
target: 'http://192.168.77.91:8099',
//target: 'http://192.168.77.91:8099',
// target: 'http://115.236.65.98:13001/monitor',
// target: 'http://127.0.0.1:9007',
target: 'http://127.0.0.1:8099',
logLevel:'debug', //控制台终端打印代理前的真实地址
},

Loading…
Cancel
Save