From 40c73f37b5779ad36b415f278ce01de21194f06d Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 01 一月 2022 09:46:31 +0800 Subject: [PATCH] 预览组件支持多图显示 --- vite.config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vite.config.js b/vite.config.js index 2d1cddc..95648c4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -21,6 +21,7 @@ // vite 鐩稿叧閰嶇疆 server: { port: 80, + host: true, open: true, proxy: { // https://cn.vitejs.dev/config/#server-proxy -- Gitblit v1.9.3