业绩库增删改查

This commit is contained in:
LHD_HY 2025-10-24 18:38:03 +08:00
parent 88696725ba
commit 9d864982e7
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '智能投标系统' // 网页标题
const baseUrl = 'http://localhost:8080' // 后端接口
// const baseUrl = 'http://192.168.0.39:8080'
// const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://192.168.0.39:8080'
const port = process.env.port || process.env.npm_config_port || 80 // 端口