瀏覽代碼

Remove console.log

sbkwgh 8 年之前
父節點
當前提交
7e164e5fef
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/components/routes/Settings.vue

+ 0 - 1
src/components/routes/Settings.vue

@@ -57,7 +57,6 @@
 		},
 		beforeRouteEnter (to, from, next) {
 			next(vm => {
-				console.log(vm.$store.state.username)
 				if(!vm.$store.state.username) {
 					vm.$store.commit('setAccountModalState', true);
 					next('/')