ソースを参照

fix merge err

zjxpcyc 6 年 前
コミット
5baf4efb97
共有1 個のファイルを変更した0 個の追加3 個の削除を含む
  1. 0
    3
      config/api.js

+ 0
- 3
config/api.js ファイルの表示

@@ -17,7 +17,6 @@ const $api = {
17 17
     update: {
18 18
       method: 'PUT',
19 19
       url: `${BaseAPIURl}wx/user`
20
-<<<<<<< HEAD
21 20
     },
22 21
     appointment: {
23 22
       method: 'GET',
@@ -30,8 +29,6 @@ const $api = {
30 29
     building: {
31 30
       method: 'GET',
32 31
       url: `${BaseAPIURl}wx/collection/:openid`
33
-=======
34
->>>>>>> 5c1f000d3d23edddccfbdceb0974cdc69e7bd0ce
35 32
     }
36 33
   },
37 34
   dict: {