fix: 默认端口改3131
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => {
|
||||
base: env.VITE_HISTORY_BASE_URL,
|
||||
// 本地开发服务配置
|
||||
server: {
|
||||
port: 3000, // 端口
|
||||
port: 3131, // 端口
|
||||
host: true, // 暴露到网络地址
|
||||
open: false, // 完成后自动跳转浏览器打开
|
||||
proxy: {
|
||||
|
||||
Reference in New Issue
Block a user