feat:更新账单记录组件

This commit is contained in:
2026-06-03 09:57:47 +08:00
parent b9f4936dcc
commit f7e98f2a28
4 changed files with 46 additions and 114 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 = '192.168.1.7'
// 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({