This commit is contained in:
andy 2026-08-17 16:46:34 +08:00
parent 1ad2bd9551
commit 50d1a76149
2 changed files with 9 additions and 9 deletions

View File

@ -216,12 +216,12 @@ const routes: RouteRecordRaw[] = [
meta: { title: '设备状态监控', icon: 'PulseOutline' }
},
// 入库管理
{
path: 'biz/stockIn',
name: 'BizStockIn',
component: () => import('@/views/biz/stockIn/index.vue'),
meta: { title: '入库管理', icon: 'ArchiveOutline' }
},
// {
// path: 'biz/stockIn',
// name: 'BizStockIn',
// component: () => import('@/views/biz/stockIn/index.vue'),
// meta: { title: '入库管理', icon: 'ArchiveOutline' }
// },
// 甘特图排产
{
path: 'biz/orderProject/gantt',

View File

@ -20,12 +20,12 @@ export default defineConfig({
port: 3000,
proxy: {
'/api': {
target:'http://192.168.12.12:8888/',
//target:'http://192.168.12.12:8888/',
//target:'http://192.168.12.4:8888/',
// target:'http://192.168.12.4:8888/',
//target:'http://192.168.12.230:8888',
//target:'http://192.168.5.230:8888',
//target:'http://192.168.5.232:8888/',
target:'http://192.168.5.232:8888/',
//target:'http://localhost:8888',
changeOrigin: true
},