forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-10 3a4651056a1afb5c66c5ec65ca68a49e0212be39
gz-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;