Browse Source

页面样式logo调整

jingbb 1 year ago
parent
commit
2e75eef5f0

+ 3 - 1
.env

@@ -1,3 +1,5 @@
 NODE_ENV=development
 VUE_APP_PLATFORM_NAME=NBCIO 亿事达企业管理平台
-VUE_APP_SSO=false
+VUE_APP_SSO=false
+VUE_APP_PLATFORM_TITLE='门窗生产管理平台'
+VUE_APP_PLATFORM_LOGO=logo.png

+ 4 - 2
.env.development

@@ -1,5 +1,7 @@
 NODE_ENV=development
-VUE_APP_API_BASE_URL=http://localhost:8088/nbcio-boot
+VUE_APP_API_BASE_URL=http://10.0.0.34:8088/nbcio-boot
 VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
-VUE_APP_HOST_ADDRESS=127.0.0.1
+VUE_APP_HOST_ADDRESS=127.0.0.1
+VUE_APP_PLATFORM_TITLE='门窗生产管理平台'
+VUE_APP_PLATFORM_LOGO=logo.png

+ 3 - 1
.env.production

@@ -2,4 +2,6 @@ NODE_ENV=production
 VUE_APP_API_BASE_URL=http://127.0.0.1:8088/nbcio-boot
 VUE_APP_CAS_BASE_URL=http://localhost:9888/cas
 VUE_APP_ONLINE_BASE_URL=http://122.227.135.243/onlinePreview
-VUE_APP_HOST_ADDRESS=122.227.135.243
+VUE_APP_HOST_ADDRESS=122.227.135.243
+VUE_APP_PLATFORM_TITLE='门窗生产管理平台'
+VUE_APP_PLATFORM_LOGO=logo.png

File diff suppressed because it is too large
+ 914 - 448
package-lock.json


BIN
public/1.png


+ 2 - 2
public/index.html

@@ -5,8 +5,8 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
-  <title>门窗生产管理平台</title>
-  <link rel="icon" href="<%= BASE_URL %>logo.png"> 
+  <title></title>
+  <link rel="icon" href=""> 
   <script src="<%= BASE_URL %>cdn/babel-polyfill/polyfill_7_2_5.js"></script> 
   <!-- luckysheet for bigscreen -->
   <link rel='stylesheet' href='<%= BASE_URL %>luckysheet/plugins/css/pluginsCss.css' />

BIN
public/logo.png


+ 3 - 0
src/App.vue

@@ -16,6 +16,9 @@
       }
     },
     created () {
+      var link = document.querySelector('link[rel*="icon"]') 
+      link.href = '../'+process.env.VUE_APP_PLATFORM_LOGO
+      document.title =process.env.VUE_APP_PLATFORM_TITLE
       let that = this
       enquireScreen(deviceType => {
         // tablet

BIN
src/assets/logo.png


BIN
src/assets/logo1.png


+ 1 - 1
src/components/layouts/TabLayout.vue

@@ -165,7 +165,7 @@
 
       // update-begin-author:sunjianlei date:20200120 for: 动态更改页面标题
       changeTitle(title) {
-        let projectTitle = "门窗生产管理平台"
+        let projectTitle = process.env.VUE_APP_PLATFORM_TITLE
         // 首页特殊处理
         if (this.$route.path === indexKey) {
           document.title = projectTitle

+ 2 - 2
src/components/page/GlobalHeader.vue

@@ -17,8 +17,8 @@
         :type="collapsed ? 'menu-unfold' : 'menu-fold'"
         @click="toggle"/>
 
-      <span v-if="device === 'desktop'">欢迎进入 门窗生产管理平台</span>
-      <span v-else>欢迎进入 门窗生产管理平台</span>
+      <span v-if="device === 'desktop'">欢迎进入</span>
+      <span v-else>欢迎进入</span>
 
       <user-menu :theme="theme"/>
     </div>

+ 4 - 1
src/components/tools/Logo.vue

@@ -4,7 +4,7 @@
 
       <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
       <img v-if="navTheme === 'dark'" src="~@/assets/logo-white.png" alt="logo">
-      <img v-else src="~@/assets/logo.svg" alt="logo">
+      <!-- <img v-else src="~@/assets/logo.svg" alt="logo"> -->
       <!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
 
       <h1 v-if="showTitle">{{ title }}</h1>
@@ -34,6 +34,9 @@
         type: Object,
         default: () => ({name: 'dashboard'}),
       },
+    },
+    created () {
+      this.title = process.env.VUE_APP_PLATFORM_TITLE   
     }
   }
 </script>

+ 5 - 5
src/views/dashboard/IndexChart.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="page-header-index-wide">
     <a-row :gutter="24">
-      <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
+      <!-- <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
         <chart-card :loading="loading" title="项目信息">
           <a-tooltip title="指标说明" slot="action">
             <a-icon type="info-circle-o" />
@@ -16,8 +16,8 @@
              <a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=NH67tV_dqCGQaFhzxsl2B_fdXxWvkBs6&jump_from=webapi&authKey=nf2iLush7UnIOgdVfEl+qqPZdLiUnH1LG+3nEHlwtAAWAJX4UuH1IEOj3APFZDmR"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="NBCIO 亿事达企业管理平" title="NBCIO 亿事达企业管理平"></a>
           </template>
         </chart-card> 
-      </a-col>
-      <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
+      </a-col> -->
+      <a-col :sm="24" :md="12" :xl="8" :style="{ marginBottom: '24px' }">
         <chart-card :loading="loading" title="任务总数" :total="tasksum">
           <a-tooltip title="指标说明" slot="action">
             <a-icon type="info-circle-o" />
@@ -25,7 +25,7 @@
           <template slot="footer">任务总数<span></span></template> 
         </chart-card> 
       </a-col>
-      <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
+      <a-col :sm="24" :md="12" :xl="8" :style="{ marginBottom: '24px' }">
         <chart-card :loading="loading" title="流程总数" :total="flowsum">
           <a-tooltip title="指标说明" slot="action">
             <a-icon type="info-circle-o" />
@@ -36,7 +36,7 @@
           <template slot="footer">流程总数<span> {{  }}</span></template>
         </chart-card>
       </a-col>
-      <a-col :sm="24" :md="12" :xl="6" :style="{ marginBottom: '24px' }">
+      <a-col :sm="24" :md="12" :xl="8" :style="{ marginBottom: '24px' }">
         <chart-card :loading="loading" title="总访问量" :total="loginfo.totalVisitCount">
           <a-tooltip title="指标说明" slot="action">
             <a-icon type="info-circle-o" />

Some files were not shown because too many files changed in this diff