feat:更新查看原图图片格式

This commit is contained in:
2026-04-06 17:40:11 +08:00
parent 420f250bac
commit 7eeac7c465
6 changed files with 13 additions and 12 deletions

View File

@@ -4,8 +4,8 @@ import path from 'path'
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'
// const API_HOST = '127.0.0.1'
// https://vitejs.dev/config/
export default defineConfig({