This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user