Browse Source

update Login.vue

reghao 3 months ago
parent
commit
e9ac579128
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -160,7 +160,7 @@ export default {
   mixins: [userMixin],
   data() {
     return {
-      devops: true,
+      devops: false,
       activeName: 'login1'
     }
   },