|
|
@@ -37,16 +37,15 @@ export default {
|
|
|
if (event.data.message.type === 'task') {
|
|
|
this.showTask();
|
|
|
}
|
|
|
- this.changeNickname();
|
|
|
});
|
|
|
});
|
|
|
- this.$http.get('/MonkeyText/test');
|
|
|
- this.getCurrent();
|
|
|
- this.$http.get('/sysConfig/get/rice_level').then(res => {
|
|
|
- this.levels = JSON.parse(res.value);
|
|
|
- });
|
|
|
- this.$http.get('/rice/scoreRanking');
|
|
|
- this.$http.get('/rice/showLevel');
|
|
|
+ // this.$http.get('/MonkeyText/test');
|
|
|
+ // this.getCurrent();
|
|
|
+ // this.$http.get('/sysConfig/get/rice_level').then(res => {
|
|
|
+ // this.levels = JSON.parse(res.value);
|
|
|
+ // });
|
|
|
+ // this.$http.get('/rice/scoreRanking');
|
|
|
+ // this.$http.get('/rice/showLevel');
|
|
|
},
|
|
|
data() {
|
|
|
return {
|