Browse Source

解析参数配置

scorpio 2 years ago
parent
commit
6425757415
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/config/website.js

+ 2 - 2
src/config/website.js

@@ -4,7 +4,7 @@
 export default {
   title: '梧桐树云平台',
   tenant: '000000',
-  clientId: 'project_wx', // 客户端id
-  clientSecret: 'project_wx_key', // 客户端密钥
+  clientId: 'project_web', // 客户端id
+  clientSecret: 'project_web_key', // 客户端密钥
   statusWhiteList: []
 }