Skip to content

Commit 211b015

Browse files
committed
update
1 parent 67de6e9 commit 211b015

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/home/Index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export default Vue.extend({
5454
{ label: '专栏', key: 'column' },
5555
{ label: '最新', key: 'pay' }
5656
],
57-
bannerImg: 'https://static.studygolang.com/minprogram/banner/online.png',
5857
}
5958
},
6059
created() {
@@ -76,7 +75,7 @@ export default Vue.extend({
7675
success(res) {
7776
if (res.code) {
7877
wx.request({
79-
url: 'https://scf.baobeihuijia.com/release/oauth/v1/wechat/login',
78+
url: 'https://mina.baobeihuijia.com/apis/oauth/v1/wechat/login',
8079
data: {
8180
code: res.code
8281
}

0 commit comments

Comments
 (0)