forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-12 20a1241e1d0e15e8036cb53b7a9d50ce71741bdb
by-wxparty/utils/util.js
@@ -5,7 +5,7 @@
const url = api.url;
// 是否是开发环境
const isDebug = true;
const isDebug = false;
const baseUrl = isDebug ? api.url.debug : api.url.web;