浏览代码

1、更新

huangmp 1 年之前
父节点
当前提交
ab8685b9d7

+ 4 - 4
public/index.html

@@ -11,18 +11,18 @@
       if (webConfigData) {
         let lang = localStorage.getItem('lang')
         if (lang !== 'en') {
-          document.title = webConfigData.bsTitleContentCn || ''
+          document.title = '小卡定制平台'
         } else {
-          document.title = webConfigData.bsTitleContentEn || ''
+          document.title = '小卡定制平台'
         }
 
         let facicon = document.querySelector('link[rel="icon"]')
         if (facicon !== null) {
-          facicon.href = webConfigData.bsTitleImg
+          // facicon.href = webConfigData.bsTitleImg
         } else {
           facicon = document.createElement('link')
           facicon.rel = 'icon'
-          facicon.href = webConfigData.bsTitleImg
+          // facicon.href = webConfigData.bsTitleImg
           document.head.appendChild(facicon)
         }
       }

+ 3 - 3
src/views/common/home.vue

@@ -322,13 +322,13 @@
     </div>
     <div v-if="userId === 12 || userId === 13">
       <h1 style="text-align: center; font-size: 100px">合作平台二</h1>
-      <h1 style="text-align: center; font-size: 50px">(玲珑 吃货堂 番茄 中二)</h1>
+      <h1 style="text-align: center; font-size: 50px">(小卡定制)</h1>
     </div>
     <div v-if="userId === 14">
-      <h1 style="text-align: center; font-size: 100px">卡定制</h1>
+      <h1 style="text-align: center; font-size: 100px">卡定制</h1>
     </div>
     <div v-if="userId === 15">
-      <h1 style="text-align: center; font-size: 100px">蜗牛定制</h1>
+      <h1 style="text-align: center; font-size: 100px">小卡定制</h1>
     </div>
     <div v-if="userId === 16">
       <h1 style="text-align: center; font-size: 100px">成都闪卡</h1>

+ 5 - 10
src/views/common/login.vue

@@ -3,13 +3,8 @@
     <div class="login-box">
       <div class="top">
         <div class="logo">
-<!--          <img src="~@/assets/img/login-logo.png" alt />-->
-          <img :src="configuration.bsLoginLogoImg"  style="max-height: 98px;max-width: 198px;" alt />
           <span class="login-title">
-            {{
-              $i18n.t('language') === 'language' ?
-              configuration.bsTitleContentEn : configuration.bsTitleContentCn
-            }}
+            小卡定制平台
          </span>
         </div>
       </div>
@@ -33,10 +28,10 @@
         </el-form>
       </div>
 
-      <div class="bottom">{{
+      <!--<div class="bottom">{{
         $i18n.t('language') === 'English' ?
         configuration.bsCopyrightEn : configuration.bsCopyrightCn
-        }}</div>
+        }}</div>-->
     </div>
     <Verify
       ref="verify"
@@ -114,7 +109,7 @@ export default {
     document.removeEventListener('keyup', this.handerKeyup)
   },
   created () {
-    this.getWebConfigData()
+    // this.getWebConfigData()
     document.addEventListener('keyup', this.handerKeyup)
   },
   methods: {
@@ -162,7 +157,7 @@ export default {
         this.$store.commit('webConfig/addData', data)
         this.configuration = data
         if(data.bsLoginBgImg){
-          this.backgroundImage.backgroundImage = 'url(' + data.bsLoginBgImg + ')'
+          // this.backgroundImage.backgroundImage = 'url(' + data.bsLoginBgImg + ')'
         }
       })
     }

+ 4 - 10
src/views/main-navbar.vue

@@ -9,15 +9,9 @@
           <a class="site-navbar__brand-mini" href="javascript:;">{{
             $t("homes.shortName")
           }}</a>-->
-          <img style="height: 18px;width:59px;margin-right: 10px" v-if="configuration.bsTopBarIcon" :src="configuration.bsTopBarIcon" alt="">
-          <a class="site-navbar__brand-lg" style="text-transform:none;" href="javascript:;">{{
-            $i18n.t('language') === 'language' ?
-            configuration.bsMenuTitleOpenEn : configuration.bsMenuTitleOpenCn
-            }}</a>
-          <a  v-if="!configuration.bsTopBarIcon" class="site-navbar__brand-mini" style="text-transform:none;" href="javascript:;" :style="fontCloseSize">{{
-            $i18n.t('language') === 'language' ?
-            configuration.bsMenuTitleCloseEn : configuration.bsMenuTitleCloseCn
-            }}</a>
+<!--          <img style="height: 18px;width:59px;margin-right: 10px" v-if="configuration.bsTopBarIcon" :src="configuration.bsTopBarIcon" alt="">-->
+          <a class="site-navbar__brand-lg" style="text-transform:none;" href="javascript:;">小卡定制平台</a>
+          <a  v-if="!configuration.bsTopBarIcon" class="site-navbar__brand-mini" style="text-transform:none;" href="javascript:;" :style="fontCloseSize">定制平台</a>
         </div>
       </div>
       <div class="site-navbar__content clearfix">
@@ -177,7 +171,7 @@ export default {
     }
   },
   mounted () {
-    this.updateWebConfigData()
+    // this.updateWebConfigData()
     // this.getDataList()
     if (process.env.VUE_APP_WS_IM_API && isAuth('message:message:view')) {
       // this.openWs()

+ 1 - 1
src/views/modules/print/printList.vue

@@ -45,7 +45,7 @@
     <div class="main-container">
       <div class="operation-bar">
         <el-button size="small" @click="downLoadZIP()" :loading="downloadLoading">批量下载</el-button>
-        <div class="default-btn" style="margin-left: 20px" @click="exportOrderExcel()">导出订单</div>
+<!--        <div class="default-btn" style="margin-left: 20px" @click="exportOrderExcel()">导出订单</div>-->
       </div>
       <div class="table-con">
         <el-table :data="dataList" header-cell-class-name="table-header" row-class-name="table-row-low"

+ 6 - 6
src/views/modules/prod/prodComm.vue

@@ -123,12 +123,12 @@
             label="店铺">
             <template slot-scope="scope">
               <div class="tag-text">
-                <span v-if="scope.row.shopId === 1">卡定制</span>
-                <span v-if="scope.row.shopId === 2">娱糖小卡</span>
-                <span v-if="scope.row.shopId === 3">玲珑小卡</span>
-                <span v-if="scope.row.shopId === 5">吃货堂</span>
-                <span v-if="scope.row.shopId === 6">番茄定制</span>
-                <span v-if="scope.row.shopId === 9">中二小卡</span>
+                <span v-if="scope.row.shopId === 1">卡定制</span>
+                <span v-if="scope.row.shopId === 2">小卡定制</span>
+                <span v-if="scope.row.shopId === 3">小卡定制</span>
+                <span v-if="scope.row.shopId === 5">小卡定制</span>
+                <span v-if="scope.row.shopId === 6">小卡定制</span>
+                <span v-if="scope.row.shopId === 9">小卡定制</span>
               </div>
             </template>
           </el-table-column>

+ 1 - 1
src/views/modules/sys/webConfig-add-or-update.vue

@@ -407,7 +407,7 @@
                 this.$emit('refreshDataList')
               }
             })
-            this.updateWebConfigData()
+            // this.updateWebConfigData()
           })
         })
       },