羊只档案、羊舍管理页面提交
This commit is contained in:
parent
6ef386ad95
commit
7407f4dafb
@ -1,5 +1,5 @@
|
||||
import { defineConfig, loadEnv } from 'vite'
|
||||
import path from 'path'
|
||||
import { defineConfig, loadEnv } from 'vite'
|
||||
import createVitePlugins from './vite/plugins'
|
||||
|
||||
const baseUrl = 'http://localhost:8080' // 后端接口
|
||||
@ -42,7 +42,7 @@ export default defineConfig(({ mode, command }) => {
|
||||
},
|
||||
// vite 相关配置
|
||||
server: {
|
||||
port: 80,
|
||||
port: 81,
|
||||
host: true,
|
||||
open: true,
|
||||
proxy: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user