Skip to content

Commit e8f2caf

Browse files
committed
接口隐藏
1 parent a2776fc commit e8f2caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

my-project-vue2/src/pages/home/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
onLoad() {
2828
this.$u.vuex('vuex_user.name', '诗圣');
2929
this.$u.toast('Hello uView!');
30-
this.getInfo()
30+
// this.getInfo()
3131
},
3232
methods: {
3333
onToPage() {

0 commit comments

Comments
 (0)