删除盘点页面,只走随行

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

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

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

Loading…
Cancel
Save