Browse Source

备案整改;

leijun 2 years ago
parent
commit
9659389495

File diff suppressed because it is too large
+ 107 - 107
FengqiHaiwaiOfficeVue/public/html/privacy_prolicy.html


BIN
FengqiHaiwaiOfficeVue/public/img/cs_01.png


BIN
FengqiHaiwaiOfficeVue/public/img/cs_03.png


BIN
FengqiHaiwaiOfficeVue/public/img/cs_04.png


BIN
FengqiHaiwaiOfficeVue/public/img/cs_05.png


BIN
FengqiHaiwaiOfficeVue/public/img/cs_06.png


BIN
FengqiHaiwaiOfficeVue/public/img/cs_07.png


BIN
FengqiHaiwaiOfficeVue/public/img/jg_01.png


BIN
FengqiHaiwaiOfficeVue/public/img/jg_03.png


BIN
FengqiHaiwaiOfficeVue/public/img/jg_04.png


BIN
FengqiHaiwaiOfficeVue/public/img/jg_05.png


BIN
FengqiHaiwaiOfficeVue/public/img/jg_06.png


BIN
FengqiHaiwaiOfficeVue/public/img/jg_07.png


+ 2 - 9
FengqiHaiwaiOfficeVue/src/components/footer/pageFooter.vue

@@ -7,15 +7,8 @@
                 </router-link>
             </div>
             <div class="footer-item-content">
-                <p>健康游戏忠告:抵制不良游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。<a href="/html/privacy_prolicy.html">用户隐私协议</a></p>
-                <p>深圳市凤起网络技术有限公司2018All Rights Reserved.深圳市宝安区荣超滨海大厦A-1311(仅限办公用途)</p>
-                <p><span>粤ICP备17162945号-1 增值电信业务经营许可证:粤B2-20181108 粤网文〔2018〕0842-307号</span></p>
-                <p>
-                    <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44030502003625"
-                       target="_blank"
-                       style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"> <img
-                            src="https://static.web.sdo.com/copyright/pic/beian/beian.png" alt="公安备案号"
-                            style="float:left;"> 粤公网安备 44030502003625号</a></p>
+                <p>健康遊戲忠告:抵制不良遊戲,拒絕盜版遊戲。注意自我保護,謹防受騙上當。適度遊戲益腦,沉迷遊戲傷身。合理安排時間,享受健康生活。<a href="/html/privacy_prolicy.html">使用者隱私協定</a></p>
+                <p>香港鳳起網絡科技有限公司 2022 All Rights Reserved. ULoiut3366@gmail.com</p>
             </div>
         </div>
     </div>

+ 1 - 0
FengqiHaiwaiOfficeVue/src/config/router.config.js

@@ -21,6 +21,7 @@ export const asyncRouterMap = [
       },
     ]
   },
+
   {
     path: '/contact',
     name: 'contact',

+ 50 - 28
FengqiHaiwaiOfficeVue/src/views/index/index.vue

@@ -1,10 +1,10 @@
 <template>
     <div class="index">
       <index-navbar :navbarList="navbarList" model="index">
-           
-      </index-navbar> 
 
- 
+      </index-navbar>
+
+
 
         <div class="content">
             <div class="product">
@@ -15,7 +15,7 @@
                     <div class="product-item-wrapper">
                         <div class="product-item"
                              v-for="(item,index) in productList"
-							
+
                              :style="{'background-image': 'url(http://www.funqueue.com/img/'+(item.on?item.active:item.default)+'.png)'}"
                              @mouseenter="enter(index)"
                              @mouseleave="enter(1)" >
@@ -27,10 +27,40 @@
 
                     </div>
                 </div>
-             
+
+                <!--add footer ray@2022.11.11-->
+                <div class="product-footer">
+                  <div class="product-footer-wrapper">
+                    <div class="qr-code">
+                      <div class="qr-item">
+                        <img src="https://file.funcheergame.com/office/image/wx_qr_code.png" alt="">
+                        <p>關注鳳起官方微信公眾號</p>
+                      </div>
+                    </div>
+                    <div class="footer-link">
+                      <div class="footer-link-wrapper">
+                        <div class="footer-link-item" v-for="item in navbarList">
+                          <router-link :to="item.path">
+                            <a class="link-title"><span>{{item.meta.title}}</span></a>
+                          </router-link>
+
+                          <dl class="link-content-wrapper">
+                            <dd class="link-content-item" v-for="ii in item.children">
+                              <router-link :to="ii.path">
+                                <a href="#">{{ii.meta.title}}</a>
+                              </router-link>
+
+                            </dd>
+                          </dl>
+                        </div>
+                      </div>
+                    </div>
+                  </div>
+                </div>
+
             </div>
         </div>
-       <!-- <page-footer></page-footer> -->
+       <page-footer></page-footer>
     </div>
 </template>
 
@@ -41,50 +71,42 @@
     import IndexNavbar from '@/components/navbar/navbar'
     import {asyncRouterMap,asyncRouterMap_EN} from '@/config/router.config'
     import {lang} from '@/utils/lang'
- 
+
     export default {
         name: 'index',
         data() {
             return {
                 navbarList: [],
-      /*          productList: [
+                productList: [
                     {default: 'cs_01', active: 'jg_01', backgroundImage: 'cs_01', on: false} ,
                     {default: 'cs_03', active: 'jg_03', backgroundImage: 'cs_03', on: true},
                     {default: 'cs_04', active: 'jg_04', backgroundImage: 'cs_04', on: false},
                     {default: 'cs_07', active: 'jg_07', backgroundImage: 'cs_07', on: false},
                     {default: 'cs_05', active: 'jg_05', backgroundImage: 'cs_05', on: false},
-                    {default: 'cs_06', active: 'jg_06', backgroundImage: 'cs_06', on: false} 
-                ], */
-				productList: [
-				    {default: 'cs_01', active: 'jg_01', backgroundImage: 'cs_01', on: false} ,
-				    {default: 'cs_03', active: 'jg_03', backgroundImage: 'cs_03', on: true},
-				    {default: 'cs_04', active: 'jg_04', backgroundImage: 'cs_04', on: false},
-				    {default: 'cs_07', active: 'jg_07', backgroundImage: 'cs_07', on: false},
-				    {default: 'cs_05', active: 'jg_05', backgroundImage: 'cs_05', on: false},
-				    {default: 'cs_06', active: 'jg_06', backgroundImage: 'cs_06', on: false} 
-				],
-				title:''
+                    {default: 'cs_06', active: 'jg_06', backgroundImage: 'cs_06', on: false}
+                ],
+                title:''
             }
         },
         components: {
             carousel,
             PageFooter,
             IndexNavbar,
-			lang
+			      lang
         },
         mounted() {
             this.init()
         },
         methods: {
             init() {
-			//检测浏览器版本
-			   if(lang.lg == "en"){
-					this.navbarList.push(...asyncRouterMap_EN.filter(f => !f.meta.hidden))
-					this.title = lang.en.product
-				}else{
-					this.navbarList.push(...asyncRouterMap.filter(f => !f.meta.hidden))
-					this.title = lang.hk.product
-				}
+              //检测浏览器版本
+             if(lang.lg == "en"){
+                this.navbarList.push(...asyncRouterMap_EN.filter(f => !f.meta.hidden))
+                this.title = lang.en.product
+              }else{
+                this.navbarList.push(...asyncRouterMap.filter(f => !f.meta.hidden))
+                this.title = lang.hk.product
+              }
             },
             bgUrl() {
 

+ 1 - 1
FengqiOfficeVue/src/components/footer/pageFooter.vue

@@ -9,7 +9,7 @@
             <div class="footer-item-content">
                 <p>健康游戏忠告:抵制不良游戏,拒绝盗版游戏。注意自我保护,谨防受骗上当。适度游戏益脑,沉迷游戏伤身。合理安排时间,享受健康生活。<a href="/html/privacy_prolicy.html">用户隐私协议</a></p>
                 <p>2018©深圳市凤起网络技术有限公司 All Rights Reserved.深圳市宝安区新安街道海滨社区N26区宝兴路21号万骏经贸大厦1601</p>
-                <p><span>粤ICP备17162945号-1 增值电信业务经营许可证:粤B2-20181108 粤网文〔2018〕0842-307号</span></p>
+              <p><span><a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备17162945号-1</a> 增值电信业务经营许可证:粤B2-20181108 粤网文〔2018〕0842-307号</span></p>
                 <p>
                     <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44030502003625"
                        target="_blank"