guhongwei 2 years ago
parent
commit
590478dd80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -6,7 +6,7 @@ let wx_projectkey = 'tehqApp'; //tehqApp   pointApp
 
 if (system.uniPlatform == 'mp-weixin') {
 	let envV = wx_min.miniProgram.envVersion;
-	if (envV == 'develop' || envV == 'trial') wx_projectkey = 'pointApp';
+	// if (envV == 'develop' || envV == 'trial') wx_projectkey = 'pointApp';
 }
 export default {
 	serverUrl: 'https://broadcast.waityou24.cn',