lvkun996 před 1 měsícem
rodič
revize
8368ec4de6

binární
src/assets/logo-1.png


+ 1 - 1
src/components/NumberInfo/NumberInfo.vue

@@ -50,5 +50,5 @@ export default {
 </script>
 
 <style lang="less" scoped>
-  @import "index";
+  // @import "index";
 </style>

+ 7 - 1
src/layouts/BasicLayout.vue

@@ -14,8 +14,9 @@
     -->
     <template v-slot:menuHeaderRender>
       <div class="town">
+        <img :src="require('../assets/logo-1.png')" alt="">
         <!-- <logo-svg /> -->
-        <h1>{{ title }}</h1>
+        <!-- <h1>{{ title }}</h1> -->
       </div>
     </template>
 
@@ -41,6 +42,7 @@ import RightContent from '@/components/GlobalHeader/RightContent'
 import GlobalFooter from '@/components/GlobalFooter'
 import Ads from '@/components/Other/CarbonAds'
 import LogoSvg from '../assets/logo.svg?inline'
+// import logo1 from '../assets/logo-1.png'
 import { asyncRouterMap } from '@/config/router.config.js'
 export default {
   name: 'BasicLayout',
@@ -165,5 +167,9 @@ export default {
   background-color: #000;
   margin-left: -24px;
   padding-left: 24px;
+  img {
+    width: 220px;
+    height: 63px;
+  }
 }
 </style>

+ 1 - 1
src/main.js

@@ -50,7 +50,7 @@ Vue.use(Timeline)
 Vue.component('vue-chart', vueECharts)
 Vue.component('Echarts', Echarts)
 Vue.component(GenerateAntdForm.name, GenerateAntdForm)
-Vue.use(KFormDesign)
+// Vue.use(KFormDesign)
 Vue.component('count-to', CountTo)
 Vue.config.productionTip = false
 

+ 6 - 6
src/views/dashboard/Analysis.vue

@@ -118,28 +118,28 @@
             </a-dropdown>
             <a-row :gutter="68">
               <a-col :xs="24" :sm="12" :style="{ marginBottom: ' 24px'}">
-                <number-info :total="12321" :sub-total="17.1">
+                <!-- <number-info :total="12321" :sub-total="17.1">
                   <span slot="subtitle">
                     <span>搜索用户数</span>
                     <a-tooltip title="指标说明" slot="action">
                       <a-icon type="info-circle-o" :style="{ marginLeft: '8px' }" />
                     </a-tooltip>
                   </span>
-                </number-info>
+                </number-info> -->
                 <!-- miniChart -->
                 <div>
                   <mini-smooth-area :style="{ height: '45px' }" :dataSource="searchUserData" :scale="searchUserScale" />
                 </div>
               </a-col>
               <a-col :xs="24" :sm="12" :style="{ marginBottom: ' 24px'}">
-                <number-info :total="2.7" :sub-total="26.2" status="down">
+                <!-- <number-info :total="2.7" :sub-total="26.2" status="down">
                   <span slot="subtitle">
                     <span>人均搜索次数</span>
                     <a-tooltip title="指标说明" slot="action">
                       <a-icon type="info-circle-o" :style="{ marginLeft: '8px' }" />
                     </a-tooltip>
                   </span>
-                </number-info>
+                </number-info> -->
                 <!-- miniChart -->
                 <div>
                   <mini-smooth-area :style="{ height: '45px' }" :dataSource="searchUserData" :scale="searchUserScale" />
@@ -221,7 +221,7 @@ import {
   RankList,
   Bar,
   Trend,
-  NumberInfo,
+  // NumberInfo,
   MiniSmoothArea
 } from '@/components'
 import { baseMixin } from '@/store/app-mixin'
@@ -336,7 +336,7 @@ export default {
     RankList,
     Bar,
     Trend,
-    NumberInfo,
+    // NumberInfo,
     MiniSmoothArea
   },
   data () {

+ 2 - 1
vue.config.js

@@ -110,7 +110,8 @@ const vueConfig = {
       '/api': {
         // target: 'http://192.168.1.21:39090',
         // target: 'http://192.168.1.198:39090',
-        target: 'https://open.luojigou.vip/town-crm',
+        // target: 'https://open.luojigou.vip/town-crm',
+        target: 'https://open.api.luojigou.vip/town-crm',
         ws: false,
         secure: false,
         changeOrigin: true,

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 800 - 734
yarn.lock


Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů