Browse Source

logo,文字

jbb 2 years ago
parent
commit
642b18453a

+ 2 - 2
public/index.html

@@ -8,8 +8,8 @@
   <!-- 技能博物馆 -->
   <!-- <title>OA办公系统</title>
   <link rel="icon" href="<%= BASE_URL %>logo-cd-left1.png"> -->
-  <title>上海萃颠信息科技有限公司</title>
-  <link rel="icon" href="<%= BASE_URL %>logo-cd.png">
+  <title>宁波森语国际贸易有限公司</title>
+  <link rel="icon" href="<%= BASE_URL %>logo-SY.png">
  <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill.js"></script> -->
   <style>
     html,

BIN
public/logo-SY.png


BIN
src/assets/logo-SY.png


+ 3 - 0
src/components/layouts/UserLayout.vue

@@ -100,6 +100,9 @@ export default {
       position: absolute;
       top: -80px;
       left: 42px;
+      img{
+        width: 80px;
+      }
     }
     // 放表单的背景
     .formBox {

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

@@ -14,6 +14,7 @@
       <!-- <img src="~@/assets/logo-cd-left1.png" alt="logo">
       <h1 >OA办公系统</h1>  -->
       <img :src="this.$store.state.logoUrl" alt="logo">
+      <h1 >{{this.$store.state.topTitle}}</h1>
       <!-- <h1 >{{ dashboard }}</h1> -->
     </router-link>
   </div>

+ 4 - 3
src/defaultSettings.js

@@ -24,13 +24,14 @@ export default {
   colorWeak: false,
   multipage: true, //默认多页签模式
   //登陆界面logo
-  imgUrl : require("@assets/logo-blue.png"),
+  imgUrl : require("@assets/logo-SY.png"),
   //首页左上角logo
-   logoUrl : require("@assets/logo-cd-left.png"),
+   logoUrl : require("@assets/logo-SY.png"),
    //菜单样式
    mode:'vertical',
    //文字信息
-   bottonTitle:'上海萃颠信息科技有限公司',
+   bottonTitle:'宁波森语国际贸易有限公司',
+   topTitle:'森语',
   // vue-ls options
   storageOptions: {
     namespace: 'pro__', // key prefix

+ 1 - 0
src/main.js

@@ -78,6 +78,7 @@ new Vue({
         this.$store.state.logoUrl = config.logoUrl
         this.$store.state.bottonTitle = config.bottonTitle
         this.$store.state.mode = config.mode
+        this.$store.state.topTitle = config.topTitle
         store.commit('SET_SIDEBAR_TYPE', Vue.ls.get(SIDEBAR_TYPE, true))
         store.commit('TOGGLE_THEME', Vue.ls.get(DEFAULT_THEME, config.navTheme))
         store.commit('TOGGLE_LAYOUT_MODE', Vue.ls.get(DEFAULT_LAYOUT_MODE, config.layout))

+ 2 - 1
src/store/index.js

@@ -18,7 +18,8 @@ export default new Vuex.Store({
     imgUrl:'',
     logoUrl:'',
     bottonTitle:'',
-    mode:''
+    mode:'',
+    topTitle:''
   },
   mutations: {
 

+ 0 - 1
src/views/activiti/form/materialSlModal.vue

@@ -177,7 +177,6 @@ export default {
     personLists(value){
       getGoods({tableName:'material_apply'}).then(res => {
                     if (res.success) {
-                      debugger
                       this.materialSlData = res.result
                     }else{
                        this.$message.error(res.message);