正在显示
3 个修改的文件
包含
5 行增加
和
5 行删除
@@ -102,7 +102,7 @@ | @@ -102,7 +102,7 @@ | ||
102 | }, | 102 | }, |
103 | "quickapp" : {}, | 103 | "quickapp" : {}, |
104 | "mp-weixin" : { | 104 | "mp-weixin" : { |
105 | - "appid" : "wxac18386e35824192", | 105 | + "appid" : "wx6cd2152282abd34c", |
106 | "setting" : { | 106 | "setting" : { |
107 | "urlCheck" : false, | 107 | "urlCheck" : false, |
108 | "es6" : true, | 108 | "es6" : true, |
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <view class="edit-account"> | 2 | <view class="edit-account"> |
3 | <view class="account_name"> | 3 | <view class="account_name"> |
4 | <view class="img_bg"> | 4 | <view class="img_bg"> |
5 | - <u-image src="/static/img/my/LOGO@2x.png" width="200rpx" height="96rpx" /> | 5 | + <u-image :src="vuex_baseImgUrl && `${vuex_baseImgUrl}logo.png`" width="200rpx" height="110rpx" /> |
6 | </view> | 6 | </view> |
7 | <view class="describe">版本号v1.3.3</view> | 7 | <view class="describe">版本号v1.3.3</view> |
8 | </view> | 8 | </view> |
@@ -64,4 +64,4 @@ | @@ -64,4 +64,4 @@ | ||
64 | } | 64 | } |
65 | } | 65 | } |
66 | } | 66 | } |
67 | -</style> | 67 | +</style> |
@@ -5,9 +5,9 @@ import home from './modules/home' | @@ -5,9 +5,9 @@ import home from './modules/home' | ||
5 | Vue.use(Vuex) | 5 | Vue.use(Vuex) |
6 | 6 | ||
7 | let lifeData = {}; | 7 | let lifeData = {}; |
8 | -// let appId = 'wx6cd2152282abd34c'; | 8 | +let appId = 'wx6cd2152282abd34c'; |
9 | // 新华网 | 9 | // 新华网 |
10 | -let appId = 'wxac18386e35824192'; | 10 | +// let appId = 'wxac18386e35824192'; |
11 | 11 | ||
12 | 12 | ||
13 | try { | 13 | try { |
请
注册
或
登录
后发表评论