We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67de6e9 commit 211b015Copy full SHA for 211b015
src/home/Index.vue
@@ -54,7 +54,6 @@ export default Vue.extend({
54
{ label: '专栏', key: 'column' },
55
{ label: '最新', key: 'pay' }
56
],
57
- bannerImg: 'https://static.studygolang.com/minprogram/banner/online.png',
58
}
59
},
60
created() {
@@ -76,7 +75,7 @@ export default Vue.extend({
76
75
success(res) {
77
if (res.code) {
78
wx.request({
79
- url: 'https://scf.baobeihuijia.com/release/oauth/v1/wechat/login',
+ url: 'https://mina.baobeihuijia.com/apis/oauth/v1/wechat/login',
80
data: {
81
code: res.code
82
0 commit comments