Kaynağa Gözat

打包提交

朱鑫波 4 yıl önce
ebeveyn
işleme
10d193a33b

+ 1 - 1
public/index.html

@@ -6,7 +6,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="referrer" content="never">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
-  <title>汇创投放助手</title>
+  <title>有腾投放助手</title>
   <link rel="icon" href="<%= BASE_URL %>logo.png">
   <link href="<%= BASE_URL %>color.less">
   <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill.js"></script>

BIN
public/logo.png


+ 2 - 1
src/mixins/JeecgListMixin.js

@@ -141,12 +141,13 @@ export const JeecgListMixin = {
             // this.ipagination = null;
             this.ipagination.pageSize=res.result.length
           }
-            
+          this.spinning= false
         }
         if (res.code === 510) {
           this.$message.warning(res.message)
         }
         this.loading = false;
+        this.spinning= false
       })
     },
     initDictConfig() {

+ 2 - 2
src/utils/request.js

@@ -13,8 +13,8 @@ if (process.env.NODE_ENV == 'development') {
 else if (process.env.NODE_ENV == 'debug') { 
 } 
 else if (process.env.NODE_ENV == 'production') { 
-    axios.defaults.baseURL = 'http://192.168.1.251/jeecg-boot';
-// axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot';
+    // axios.defaults.baseURL = 'http://192.168.1.251/jeecg-boot';
+axios.defaults.baseURL = 'http://api.tjyourong.com.cn/jeecg-boot';
 }
 const service = axios.create({
 //   baseURL: '/jeecg-boot', // api base_url

+ 4 - 0
src/views/modules/Statistics/accountReport.vue

@@ -105,6 +105,10 @@
                   </span>
                 </a-tooltip>
             </div>
+            <div class="infoNum"> 
+                <span class="red">{{showNumLink.showNum | formatCurrency }}</span> 
+                <span class="green" v-if="dateValue[0].format('YYYY-MM-DD')==dateValue[1].format('YYYY-MM-DD')"><span class="huanbi">环比: </span> {{ showNumLink.showNumLink|toPercentage  }}</span> 
+            </div>
             </div>
         <div class="showBox">
             <div class="title">

+ 1 - 4
src/views/modules/Statistics/components/lifting.vue

@@ -11,13 +11,10 @@
   padding: 5px 10px;
   cursor: pointer;
 }
-p{
-  margin-bottom: 0px;
-}
 </style>
 <style>
 .data-display-statistics{
-  margin: 12px 0;
+  margin: 10px 0;
 }
 .data-display-statistics .ant-card-body {
   display: flex;

+ 1 - 1
vue.config.js

@@ -66,7 +66,7 @@ module.exports = {
         // target: 'http://192.168.0.230:8088', //请求本地 需要jeecg-boot后台项目  孙震
         // target: 'http://192.168.1.51:8080', //请求本地 需要jeecg-boot后台项目  毕洁泉
 
-        target: 'http://192.168.1.74:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
+        // target: 'http://192.168.1.74:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.170:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目