style: 修改端口号

This commit is contained in:
pany 2022-04-28 15:38:49 +08:00
parent 30ae5361c1
commit 96cb3c31f6

View File

@ -23,7 +23,7 @@ export default (): UserConfigExport => {
/** host 设置为 true 才可以使用 network 的形式,以 ip 访问项目 */ /** host 设置为 true 才可以使用 network 的形式,以 ip 访问项目 */
host: true, // host: "0.0.0.0" host: true, // host: "0.0.0.0"
/** 端口号 */ /** 端口号 */
port: 9999, port: 3333,
/** 是否自动打开浏览器 */ /** 是否自动打开浏览器 */
open: false, open: false,
/** 跨域设置允许 */ /** 跨域设置允许 */