zs 1 year ago
parent
commit
39967b202e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/config/config.local.ts
  2. 1 1
      src/config/config.prod.ts

+ 1 - 1
src/config/config.local.ts

@@ -45,7 +45,7 @@ export default {
   },
   wechatSetting: {
     // 羽毛球比赛
-    friendShoolApp: {
+    ballApp: {
       appid: 'wx23c71bee5876d1b9',
       secret: '913605db9d1ead50fc4538ee7449ac3c',
       mchid: '1505364491',

+ 1 - 1
src/config/config.prod.ts

@@ -45,7 +45,7 @@ export default {
   },
   wechatSetting: {
     // 羽毛球比赛
-    friendShoolApp: {
+    ballApp: {
       appid: 'wx23c71bee5876d1b9',
       secret: '8d2a8f0ba07b2d4728409971f4c71f7b',
       mchid: '1505364491',