发票列表

This commit is contained in:
cxc
2022-10-01 09:11:23 +08:00
parent 5592d9f40c
commit ac802a9ef9
17 changed files with 1119 additions and 439 deletions

View File

@ -25,9 +25,9 @@ export default defineConfig(({ mode, command }) => {
},
// vite 相关配置
server: {
port: 80,
port: 5173,
host: true,
open: true,
// open: true,
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {