切换为正式环境

This commit is contained in:
2025-12-08 18:34:33 +08:00
parent 7fdabf1507
commit 5df0ef1045
2 changed files with 4 additions and 3 deletions

View File

@@ -8,8 +8,9 @@ const appConfig = {
// 环境变量相关 // 环境变量相关
env: {}, env: {},
wss: "ws://192.168.1.42:2348", // ws://192.168.1.42:2348 // wss: "ws://192.168.1.42:2348", // ws://192.168.1.42:2348
// wss: "wss://sockets.sxczgkj.com/wss", // // wss: "wss://sockets.sxczgkj.com/wss", //
wss: "wss://czgeatws.sxczgkj.com/wss", //
// 环境变量常量 // 环境变量常量
ENV_ENUM: { ENV_ENUM: {
DEVELOPMENT: 'development', // 本地调试地址 DEVELOPMENT: 'development', // 本地调试地址

View File

@@ -22,10 +22,10 @@ import { reject } from "lodash";
//正式 //正式
// let baseUrl = 'https://cashieradmin.sxczgkj.cn' // let baseUrl = 'https://cashieradmin.sxczgkj.cn'
// let baseUrl = 'https://cashier.sxczgkj.com' let baseUrl = 'https://cashier.sxczgkj.com'
// 本地测 // 本地测
let baseUrl = "http://192.168.1.42"; // let baseUrl = "http://192.168.1.42";
// #ifdef H5 // #ifdef H5
baseUrl = "/ysk"; baseUrl = "/ysk";
// #endif // #endif