This commit is contained in:
2019-02-19 21:33:56 +00:00
parent 7e931fe1c3
commit 38990fa56f
3 changed files with 31 additions and 17 deletions

View File

@@ -38,7 +38,7 @@
</form>
</v-flex>
</v-layout>
<v-footer>
<!-- <v-footer>
<v-layout>
<v-flex primary py-2 text-xs-center white--text xs12>
<div>
@@ -48,14 +48,14 @@
</div>
</v-flex>
</v-layout>
</v-footer>
</v-footer> -->
</v-container>
</template>
<script>
/* xeslint-disable */
import auth from "../api/auth";
import aboutInfo from "../api/aboutinfo";
// import aboutInfo from "../api/aboutinfo";
export default {
name: "Login",
data() {
@@ -83,12 +83,12 @@ export default {
}
},
computed: {
copyright() {
return aboutInfo.copyright;
},
version() {
return aboutInfo.version;
}
// copyright() {
// return aboutInfo.copyright;
// },
// version() {
// return aboutInfo.version;
// }
},
beforeRouteEnter(to, from, next) {
next(() => {