Browse Source

下一步建议

twt 3 years ago
parent
commit
8e37067b56
1 changed files with 4 additions and 1 deletions
  1. 4 1
      operatingCompany/main.js

+ 4 - 1
operatingCompany/main.js

@@ -28,8 +28,11 @@ export function createApp() {
   }
 }
 // #endif
+
 //ae3737d4d27ffc8dff0c8f53c5e35b16   
-//秘钥 86abc1611b51fef4ddcc0a42eb4b800e    wx43160afedef08c4a
+//秘钥 86abc1611b51fef4ddcc0a42eb4b800e    wx43160afedef08c4a
+//欧洲维修 AppSecret(小程序密钥):86abc1611b51fef4ddcc0a42eb4b800e AppID(小程序ID):wx43160afedef08c4a
+//66 ae3737d4d27ffc8dff0c8f53c5e35b16 appid wx33053a645546ec31
 // Vue全局处理undefined和null转为空白字符串
 Vue.prototype.$praseStrEmpty = function(str) {
     if (typeof str === 'undefined' || str === null) {