Commit 45fa329a by Heechul Kim

login status check on machine create

parent 08cb9fd7
Showing with 1 additions and 1 deletions
...@@ -282,7 +282,7 @@ export default { ...@@ -282,7 +282,7 @@ export default {
} }
}, },
mounted () { mounted () {
// if (!this.$store.state.login) { this.$router.push('/') } if (!this.$store.state.login) { this.$router.push('/') }
this.getSupportedOS() this.getSupportedOS()
this.getDPT() this.getDPT()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment