新增入库、物资管理和出库记录相关的API及前端页面

This commit is contained in:
2025-08-06 17:12:38 +08:00
parent 5df66f9b02
commit 89a9107e9c
7 changed files with 1009 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import path from 'path'
import { defineConfig, loadEnv } from 'vite'
import createVitePlugins from './vite/plugins'
const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://192.168.2.51:8080' // 后端接口
// https://vitejs.dev/config/
export default defineConfig(({ mode, command }) => {