Browse Source

折睿官网调整

y595705120 2 years ago
parent
commit
1e4ac61b87

+ 1 - 1
index.html

@@ -8,7 +8,7 @@
     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     <!-- <meta name="referrer" content="origin"> -->
 
-    <title>福建省哲睿网络科技有限公司 </title>
+    <title>建设从业人员继续教育系统服务平台</title>
   </head>
   <body style="margin:0px;">
 <!--    <div id="img_float" style="z-index: 101; left: 134px; width: 242px; height: 141px; position: absolute; top: 577px; visibility: visible; cursor: pointer;">

+ 7 - 1
src/components/nav/navbar.vue

@@ -3,7 +3,7 @@
     <div class="m-header ng-scope">
       <div class="p-wrap-full tc" @click="goto('/')">
         <span class="logo " style="color: white;font-size: 56px;">
-          福建省哲睿网络科技有限公司  </span>
+          {{settings.title}}  </span>
       </div>
     </div>
 
@@ -11,7 +11,13 @@
 </template>
 
 <script>
+    import settings from "@/settings.js";
   export default {
+    data() {
+      return {
+        settings
+      }
+    },
     methods:{
       goto( path ){
         if( this.$route.path != path){

+ 7 - 1
src/containers/center/components/navbar/index.vue

@@ -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,

+ 2 - 1
src/containers/post/info.vue

@@ -61,8 +61,9 @@
   .postDialog {
     background-color: white;
     width: 800px;
-    margin: 0px auto;
+    margin: 30px auto;
     padding: 20px;
     margin-bottom: 100px;
+    min-height: 700px;
   }
 </style>

+ 2 - 2
src/settings.js

@@ -1,10 +1,10 @@
 module.exports = {
-  title: '福建省哲睿网络科技有限公司'
+  title: '建设从业人员继续教育系统服务平台'
   ,exam:{
     username:'福建省哲睿网络科技有限公司'
     ,bankName: '中国银行厦门市分行'
     ,bankNo:'414360427410'
-    ,promise:'本人自愿选择参加福建省哲睿网络科技有限公司组织的施工现场专业人员岗位培训,对报名相关条件、提交的材料及收费情况均已知晓!且所提交的材料真实有效,如有存在虚假,所导致的一切后果由本人承担。'
+    ,promise:'本人自愿选择参加建设从业人员继续教育系统服务平台组织的施工现场专业人员岗位培训,对报名相关条件、提交的材料及收费情况均已知晓!且所提交的材料真实有效,如有存在虚假,所导致的一切后果由本人承担。'
   }
   ,email:'1015067257@qq.com'
   ,outLink: 'http://220.160.52.164:9081/portalWeb/fwZhcx/toFwZhcxPage?code=zscx'