forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-13 cd111843d195c24ddc31bb66aca79b559b470842
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;