This commit is contained in:
2019-01-30 22:54:26 +00:00
parent 93746aa607
commit 72f8367c78
2 changed files with 13 additions and 16 deletions

View File

@@ -62,7 +62,7 @@
</template>
<script>
import aboutInfo from "./api/aboutinfo";
//import aboutInfo from "./api/aboutinfo";
export default {
name: "App",
@@ -94,12 +94,12 @@ export default {
navItems() {
return this.$store.state.navItems;
},
copyright() {
return aboutInfo.copyright;
},
version() {
return aboutInfo.version;
},
// copyright() {
// return aboutInfo.copyright;
// },
// version() {
// return aboutInfo.version;
// },
helpUrl() {
return this.$store.state.helpUrl;
}