许成详 6 년 전
부모
커밋
5474ed9c07
3개의 변경된 파일3개의 추가작업 그리고 7개의 파일을 삭제
  1. 1
    1
      src/pages/user/fiveA/page.scss
  2. 0
    4
      src/pages/user/mainPage/index.vue
  3. 2
    2
      src/util/api.js

+ 1
- 1
src/pages/user/fiveA/page.scss 파일 보기

@@ -94,7 +94,7 @@
94 94
         &>ul{
95 95
           margin: 0 .2rem;
96 96
           &>li{
97
-            padding: .15rem 0;
97
+            padding: 0;
98 98
             border-top: .01rem solid #eee;
99 99
             &:first-child{
100 100
               border-top: none;

+ 0
- 4
src/pages/user/mainPage/index.vue 파일 보기

@@ -43,17 +43,13 @@ export default {
43 43
     })
44 44
   },
45 45
   components: {
46
-
47 46
   },
48 47
   created () {
49
-    console.log(this.$route.query)
50
-    console.log(this.userInfo)
51 48
     if (!this.userInfo.customer.MapUser || !this.$route.query.hideTabbar) {
52 49
       this.showTabBar = true
53 50
     }
54 51
   },
55 52
   methods: {
56
-
57 53
   }
58 54
 }
59 55
 </script>

+ 2
- 2
src/util/api.js 파일 보기

@@ -1,5 +1,5 @@
1
-const baseUrl = '/api-v2'
2
-// const baseUrl = '/api'
1
+// const baseUrl = '/api-v2'
2
+const baseUrl = '/api'
3 3
 const wechat = '/wechat/:org'
4 4
 const guest = '/guest/:org'
5 5