feat:更新图片模块

This commit is contained in:
2026-02-12 23:24:27 +08:00
parent 2fbae7f80f
commit 223a59cd8a
14 changed files with 156 additions and 139 deletions

View File

@@ -5,7 +5,7 @@ import { createSvgIconsPlugin } from 'vite-plugin-svg-icons'
import { viteMockServe } from 'vite-plugin-mock'
// const API_HOST = '14.103.235.151'
const API_HOST = '127.0.0.1'
const API_HOST = '192.168.1.7'
// https://vitejs.dev/config/
export default defineConfig({