forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-10 fc3422d53b7e948d84ac15d60705ecd096c7adb2
gz-wxparty/utils/util.js
@@ -5,7 +5,7 @@
const url = api.url;
// 是否是开发环境
const isDebug = false;
const isDebug = true;
const baseUrl = isDebug ? api.url.debug : api.url.web;