mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 去除从环境文件引入端口号导致的错误
This commit is contained in:
@ -24,7 +24,7 @@ export default defineConfig(configEnv => {
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: Number(viteEnv.VITE_SERVER_PORT),
|
||||
port: 3200,
|
||||
open: true,
|
||||
proxy: createViteProxy(viteEnv)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user