|
@@ -4,7 +4,7 @@
|
|
|
<div class="logo fl" style="padding-top: 24px;">
|
|
|
<a href="javascript:void(0)" style="text-decoration: none"
|
|
|
class="rel ng-binding" @click="$router.push('/')">
|
|
|
- 福建省哲睿网络科技有限公司
|
|
|
+ {{settings.title}}
|
|
|
<div class="hover-block" style="padding-top: 24px;">
|
|
|
|
|
|
<div class="hover-bd ng-scope" style="width:137px;margin-top: -20px" @click="$router.push('/')">
|
|
@@ -27,7 +27,13 @@
|
|
|
|
|
|
<script>
|
|
|
import { mapActions } from "vuex";
|
|
|
+ import settings from "@/settings.js";
|
|
|
export default {
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ settings
|
|
|
+ }
|
|
|
+ },
|
|
|
props: {
|
|
|
user: {
|
|
|
type: Object,
|