y595705120 vor 2 Wochen
Ursprung
Commit
a306b63266

+ 1 - 1
index.html

@@ -9,7 +9,7 @@
     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     <!-- <meta name="referrer" content="origin"> -->
     <script type="text/javascript" src="./static/config.js?id=2"></script>
-    <title>三明市城市建设项目服务中心</title>
+    <title>宁德市建筑业协会建设行业从业人员继续教育网络培训平台</title>
   </head>
   <body style="margin:0px;">
     <div id="app"></div>

+ 4 - 3
src/components/footer/index.vue

@@ -2,11 +2,12 @@
   <div class="footerView" class="ng-scope">
     <div class="footer ng-scope" style="z-index: 10;padding-top: 20px;">
       <div class="footer-bd">
-        <p>技术支持:{{config.title}}</p>
+        <p>技术支持:{{config.it}}</p>
         <p><a href="http://beian.miit.gov.cn/" target="_blank">闽ICP备08103886号-2</a>
         <img class="beian" src="./assets/images/beian_hashc9b229c96d.png" alt="">
-         <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35010202001216" target="_blank">
-              备案编号:{{config.beiang}}</a></p>
+         <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35010202001216"
+          target="_blank">
+              备案编号:{{config.beian}}</a></p>
       </div>
     </div>
   </div>

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

@@ -2,7 +2,7 @@
   <div>
     <div class="m-header ng-scope">
       <div class="p-wrap-full tc" @click="goto('/')">
-        <span class="logo " style="color: white;font-size: 56px;">
+        <span class="logo " style="color: white;font-size: 36px;">
           {{config.title}}  </span>
       </div>
     </div>

+ 2 - 2
src/containers/center/exam/components/headline.vue

@@ -58,7 +58,7 @@ export default {
 <style>
 .htitle {
   margin-top: 16px;
-  font-size: 36px;
+  font-size: 26px;
   font-weight: 900;
   padding: 8px;
   text-align: center;
@@ -84,7 +84,7 @@ export default {
 }
 .ltime{
   font-size: 20px;
-  font-weight:560;  
+  font-weight:560;
 }
 
 .head-item {

+ 6 - 4
src/containers/login/components/friendlink/friendlink.vue

@@ -42,11 +42,13 @@ export default {
     return {
       // 三明市建设从业人员综合服务平台
       links:[
-        {name:'三明市建设从业人员', name2:"综合服务平台", type:'primary', link:'http://110.83.229.16:8123/gaia/peelLogin.html'},
+        // {name:'三明市建设从业人员', name2:"综合服务平台", type:'primary', link:'http://110.83.229.16:8123/gaia/peelLogin.html'},
+        {name:'建设行业机构信息', name2:"全国联网查询", type:'primary', link:'https://rcgz.mohurd.gov.cn/Login/TrainDepartMentSearchResult'},
+
         {name:'住房城乡建设行业人员', name2:"培训管理信息系统", type:'success', link:'http://rcgz.mohurd.gov.cn'},
-        {name:'福建省建设从业人员',          name2:"综合服务平台", type:'danger', link:'http://220.160.52.118:9084/portalWeb/webPortal/toIndexPage'},
-        {name:'三明市住房和城乡', name2:"建设局", type:'warning', link:'http://zjj.sm.gov.cn/'},
-        {name:'施工现场专业人员培训测试', name2:"管理信息系统", type:'primary', link:'http://csjs.snjsrc.com/'},
+        {name:'福建省建设从业人员',   name2:"综合服务平台", type:'danger', link:'http://220.160.52.118:9084/portalWeb/webPortal/toIndexPage'},
+        // {name:'三明市住房和城乡', name2:"建设局", type:'warning', link:'http://zjj.sm.gov.cn/'},
+        // {name:'施工现场专业人员培训测试', name2:"管理信息系统", type:'primary', link:'http://csjs.snjsrc.com/'},
       ]
     }
   },

+ 4 - 4
src/containers/login/login.vue

@@ -60,7 +60,7 @@
       </el-row>
     </div>
 
-    <div class="p-wrap-full mb20 ng-scope waphide">
+<!--    <div class="p-wrap-full mb20 ng-scope waphide">
       <div class="title-box mt5 clear">
         <h2 class="title">教育培训</h2>
       </div>
@@ -76,13 +76,13 @@
           </el-card>
         </el-col>
       </el-row>
-    </div>
+    </div> -->
 
-    <div class="right-nav waphide">
+<!--    <div class="right-nav waphide">
       <img class="right-img" src="../../assets/wxapp.jpg" alt="">
       <p>使用小程序</p>
       <p>学习更轻松</p>
-    </div>
+    </div> -->
 
 
     <div class="p-wrap-full ng-scope waphide">

+ 2 - 1
static/config.js

@@ -1,6 +1,7 @@
 window.baseConfig = {
-    title: '三明市城市建设项目服务中心',
+    title: '宁德市建筑业协会建设行业从业人员继续教育网络培训平台',
     userSeatTitle:'福建省建设行业从业人员岗位考核考试',
+    it:'福建鸿锵教育科技有限公司',
     beian:'闽ICP备2121760号-1',
     contact:'0598-5157296',
     educationList: ["博士研究生", "硕士研究生", "大学本科", "大学专科", "中专", "高中", "初中及以下", "其他"]