hank 1 year ago
parent
commit
b3f44a56f5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      config/config.js
  2. 1 1
      project.config.json

+ 1 - 1
config/config.js

@@ -386,7 +386,7 @@ const appInfoObj = {
 };
 
 // @config 确定使用的小程序appid
-const current_appid = 'wx54a8d0e7b33c48c8';
+const current_appid = 'wxd40b677f35319eea';
 export const apple = {
     ...appInfoObj[current_appid],
     appKey: '49TBR8Z1rA7PyqD30FV0v48AU',

+ 1 - 1
project.config.json

@@ -27,6 +27,6 @@
     "tabIndent": "auto",
     "tabSize": 2
   },
-  "appid": "wx54a8d0e7b33c48c8",
+  "appid": "wx6c4bb5ef1e6c1e70",
   "testRoot": "minitest/"
 }