forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-11 56ea0318eea40aa2f9df4ef3605915d5e06f35cb
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;