Prechádzať zdrojové kódy

游戏中心环境设置

pujiaming 2 rokov pred
rodič
commit
a182e9b761

+ 0 - 2
index.html

@@ -11,8 +11,6 @@
   <meta name="format-detection" content="telephone=no, email=no" />
   <meta http-equiv="Cache-Control" content="no-siteapp" />
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-  <meta name="Keywords" Content="好玩的游戏上朱雀">
-  <meta name="Description" Content="好玩的游戏上朱雀,朱雀游戏,手游">
   <meta name="google" value="notranslate">
   <meta name="renderer" content="webkit|ie-stand">
   <meta name="force-rendering" content="webkit"/>

+ 2 - 1
src/components/MobileCom.vue

@@ -3,7 +3,8 @@
         <div class="left_title df jcsb aic psr">
             <h1 class="df aic" @click="router.push({ path: 'm_index' })">
                 <img v-if="VITEPLA === 'QingQue'" src="http://gm.nkfzs.com/favicon.ico" />
-                <span>朱雀游戏中心</span>
+                <span v-if="VITEPLA === 'QingQue'">朱雀游戏中心</span>
+                <span v-else>游戏中心</span>
             </h1>
             <p><van-icon name="search" size="26" @click="router.push({
                 path

+ 1 - 1
src/layout/header.vue

@@ -3,7 +3,7 @@
     <nav class="w1000 df jcsb aic" >
       <!-- 网站title -->
       <h1 class="game_logo df aic" @click="clearAct">
-        <a class="logo" :class=" VITEPLA === 'QingQue'? 'with-logo':''" href="/p_index" alt="朱雀游戏官网" title="朱雀游戏官网">朱雀游戏中心</a>
+        <a class="logo" :class=" VITEPLA === 'QingQue'? 'with-logo':''" href="/p_index" alt="游戏官网" title="游戏官网">{{VITEPLA === 'QingQue'? '朱雀游戏中心':'游戏中心'}} </a>
       </h1>
 
       <!-- 首页、分类、排行 -->

+ 2 - 1
src/view/m_views/index/index.vue

@@ -4,7 +4,8 @@
         <div class="top_nav df aic jcsb">
             <div class="left_title df aic">
                 <img v-if="VITEPLA === 'QingQue'" src="http://gm.nkfzs.com/favicon.ico" />
-                <span>朱雀游戏中心</span>
+                <span v-if="VITEPLA === 'QingQue'">朱雀游戏中心</span>
+                <span v-else>游戏中心</span>
             </div>
             <van-search shape='round' @click="router.push({ path: 'm_search' })" />
         </div>