Browse Source

提交代码

朱鑫波 4 years ago
parent
commit
11058a5993

BIN
src/assets/logo.png


+ 4 - 5
src/components/layouts/UserLayout.vue

@@ -1,10 +1,10 @@
 <template>
   <div id="userLayout" :class="['user-layout-wrapper', device]">
     <div class="container">
-      <div class="top" style="margin-bottom:15px">
+      <div class="top" style="margin-bottom:30px">
         <div class="header">
           <a href="/">
-            <img src="~@/assets/logo.png" class="logo" alt="logo" style="height: 66px" />
+            <img src="~@/assets/logo.png" class="logo" alt="logo" style="height: 50px" />
             <!--            <span class="title">Jeecg Boot</span>-->
           </a>
         </div>
@@ -21,7 +21,7 @@
           <a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">隐私</a>
           <a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">条款</a>
         </div>-->
-        <div class="copyright">Copyright &copy; 2019 汇创思拓</div>
+        <div class="copyright">Copyright &copy; 2019 上海有腾</div>
       </div>
     </div>
   </div>
@@ -65,7 +65,7 @@ export default {
     min-height: 100%;
     background: #f0f2f5 url(~@/assets/background.svg) no-repeat 50%;
     background-size: 100%;
-    padding: 110px 0 144px;
+    padding: 160px 0 144px;
     position: relative;
 
     a {
@@ -92,7 +92,6 @@ export default {
         .logo {
           height: 44px;
           vertical-align: top;
-          margin-right: 16px;
           border-style: none;
         }
 

+ 1 - 1
src/components/page/GlobalFooter.vue

@@ -3,7 +3,7 @@
     <div class="copyright">
       Copyright
       <a-icon type="copyright"/>
-      2019 <span>汇创思拓</span>
+      2019 <span>上海有腾</span>
     </div>
   </div>
 </template>

+ 14 - 4
src/views/modules/Statistics/components/Treeselect.vue

@@ -161,11 +161,21 @@ export default {
           if (res.success) {
             this.options = res.result.map((item) => {
               return {
-                id: item.projectId+"projectId",
+                id: item.projectId + 'projectId',
                 label: item.projectName + '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0' + item.advertiserName,
-                children: item.accountList?item.accountList.map(i=>{
-                  return {id:i.accountId,label:i.accountId+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+i.authName+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0'+i.userName}
-                }):[],
+                children: item.accountList
+                  ? item.accountList.map((i) => {
+                      return {
+                        id: i.accountId,
+                        label:
+                          (i.userName.length==2?i.userName+'\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0':i.userName.length==3?i.userName+'\xa0\xa0\xa0\xa0':i.userName) +
+                          '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0' +
+                          i.accountId +
+                          '\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0\xa0' +
+                          i.authName,
+                      }
+                    })
+                  : [],
               }
             })
           }

+ 1 - 1
src/views/user/Login.vue

@@ -10,7 +10,7 @@
         @change="handleTabClick">
         <a-tab-pane key="tab1" tab="企业微信扫码登录">
           <a-form-item>
-            <div id="wx_reg" style="display:flex;justify-content: center;"></div>
+            <div id="wx_reg" style="display:flex;justify-content: center;margin-top:15px"></div>
             <div style="display:flex;justify-content: center;color:red;font-size:16px;">
               需先用企业微信开通过账号,方可使用企业微信登录
             </div>

+ 2 - 2
vue.config.js

@@ -60,7 +60,7 @@ module.exports = {
       '/jeecg-boot': {
         //  target: 'http://192.168.1.90:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
-        target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
+        // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.94:8088', //请求本地 需要jeecg-boot后台项目  孙震
         // target: 'http://192.168.0.230:8088', //请求本地 需要jeecg-boot后台项目  孙震
@@ -69,7 +69,7 @@ module.exports = {
         // 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后台项目
+         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
          // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目