Conf:关闭调试模式

This commit is contained in:
lifizer
2024-12-02 10:23:17 +08:00
parent f65c033bd7
commit 1f1c114eda
+1 -1
View File
@@ -7,7 +7,7 @@ if (NODE_ENV === 'development' || NODE_ENV === 'test') {
SERVICE_URL = 'https://service-test.xdd618.com/api'
SERVICE_WS_URL = 'wss://service-test.xdd618.com/ws'
wx.setEnableDebug({
enableDebug: true
enableDebug: false
})
}
if (NODE_ENV === 'prod') {