feat:增加账本图片预览

This commit is contained in:
2025-10-17 16:48:09 +08:00
parent 2e81e57774
commit 930202a6b6
2 changed files with 11 additions and 3 deletions

View File

@@ -6,7 +6,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 = '100.66.1.3'
// https://vitejs.dev/config/
export default defineConfig({