Commit c9a5591af41045af2bf353921f872376c2e219b9

Authored by wuxiangrui
1 parent c03c7b99

feat: 更换appid

config/index.js
@@ -31,7 +31,7 @@ export default { @@ -31,7 +31,7 @@ export default {
31 wxAppName: '则一飞牛货主', 31 wxAppName: '则一飞牛货主',
32 32
33 // 微信小程序ID 33 // 微信小程序ID
34 - wxAppId: 'wxc140942a593e93ad', 34 + wxAppId: 'wxc92a99760d6b0a99',
35 35
36 // 企业微信小程序SuiteID 36 // 企业微信小程序SuiteID
37 suiteId: '', 37 suiteId: '',
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 "quickapp" : {}, 11 "quickapp" : {},
12 /* 小程序特有相关 */ 12 /* 小程序特有相关 */
13 "mp-weixin" : { 13 "mp-weixin" : {
14 - "appid" : "wxc140942a593e93ad", 14 + "appid" : "wxc92a99760d6b0a99",
15 "setting" : { 15 "setting" : {
16 "urlCheck" : false, 16 "urlCheck" : false,
17 "es6" : true, 17 "es6" : true,
pages/my/my.vue
@@ -40,9 +40,6 @@ @@ -40,9 +40,6 @@
40 <!-- #endif --> 40 <!-- #endif -->
41 </view> 41 </view>
42 </view> 42 </view>
43 - <!-- #ifdef MP-WEIXIN -->  
44 - <official-account />  
45 - <!-- #endif -->  
46 <view class="page-my__login"> 43 <view class="page-my__login">
47 <template v-if="authed"> 44 <template v-if="authed">
48 <u-button shape="circle" @click="handleLogout">退出登录</u-button> 45 <u-button shape="circle" @click="handleLogout">退出登录</u-button>
project.config.json
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 "tabIndent": "insertSpaces", 20 "tabIndent": "insertSpaces",
21 "tabSize": 2 21 "tabSize": 2
22 }, 22 },
23 - "appid": "wxc140942a593e93ad", 23 + "appid": "wxc92a99760d6b0a99",
24 "libVersion": "3.2.3", 24 "libVersion": "3.2.3",
25 "packOptions": { 25 "packOptions": {
26 "ignore": [], 26 "ignore": [],