统一后端端口为63310

This commit is contained in:
wkc
2026-03-30 17:36:49 +08:00
parent 396a5e6c4c
commit 1245849f56
9 changed files with 208 additions and 23 deletions

View File

@@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题
const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://localhost:63310' // 后端接口
const port = process.env.port || process.env.npm_config_port || 80 // 端口