This commit is contained in:
duan
2025-09-29 10:42:48 +08:00
parent 89db955ec1
commit 096f591123
80 changed files with 8735 additions and 3286 deletions

View File

@@ -4,12 +4,12 @@ const appConfig = {
appName: '银收客',
// token取值key
tokenKey: 'iToken',
// tokenKey: 'satoken',
tokenKey: 'tokenInfo',
// 环境变量相关
env: {},
wss: "ws://192.168.1.31:2348", //
// wss: "wss://sockets.sxczgkj.com/wss", //
// 环境变量常量
ENV_ENUM: {
DEVELOPMENT: 'development', // 本地调试地址