数据库变更

This commit is contained in:
caozehui
2026-01-22 15:42:02 +08:00
parent 7efb738d54
commit e63a3dfa92
59 changed files with 7 additions and 6 deletions

View File

@@ -1 +1 @@
34820
74476

Binary file not shown.

View File

@@ -6,3 +6,4 @@
.\binlog.000028
.\binlog.000029
.\binlog.000030
.\binlog.000031

View File

@@ -19,9 +19,9 @@ VITE_API_URL=/api
# 开发环境跨域代理,支持配置多个
#VITE_PROXY=[["/api","http://127.0.0.1:18092/"]]
VITE_PROXY=[["/api","http://127.0.0.1:18092/"]]
#VITE_PROXY=[["/api","http://192.168.1.124:18092/"]]
VITE_PROXY=[["/api","http://192.168.2.125:18092/"]]
#VITE_PROXY=[["/api","http://192.168.2.125:18092/"]]
# VITE_PROXY=[["/api","http://192.168.1.138:8080/"]]张文
# 开启激活验证
VITE_ACTIVATE_OPEN=false

View File

@@ -23,6 +23,6 @@ VITE_PWA=true
# 线上环境接口地址
#VITE_API_URL="/api" # 打包时用
VITE_API_URL="http://127.0.0.1:18093/"
VITE_API_URL="http://127.0.0.1:18092/"
# 开启激活验证
VITE_ACTIVATE_OPEN=true
VITE_ACTIVATE_OPEN=false

View File

@@ -75,7 +75,7 @@ class ConfigGenerator {
// 替换 WebSocket 端口
if (options.websocketPort) {
template = template.replace(/port:\s*7778/g, `port: ${options.websocketPort}`);
template = template.replace(/port:\s*7777/g, `port: ${options.websocketPort}`);
}
// 写入配置文件