切换为正式环境

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

@@ -22,10 +22,10 @@ import { reject } from "lodash";
//正式
// 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
baseUrl = "/ysk";
// #endif