This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user