Browse Source

对接接口

master
前端-胡立永 2 months ago
parent
commit
afe41c97ce
3 changed files with 2 additions and 4 deletions
  1. +1
    -0
      api/api.js
  2. +0
    -3
      manifest.json
  3. +1
    -1
      pages/subPack/projectManage/projectManage.vue

+ 1
- 0
api/api.js View File

@ -123,6 +123,7 @@ const config = {
url: '/clock/project/list',
method: 'GET',
auth : true,
showLoading : true,
},
// 设置项目经纬度
clockProjectLocation: {


+ 0
- 3
manifest.json View File

@ -60,9 +60,6 @@
"permission" : {
"scope.userLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
},
"scope.userFuzzyLocation" : {
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos" : [ "chooseLocation", "getLocation" ],


+ 1
- 1
pages/subPack/projectManage/projectManage.vue View File

@ -33,7 +33,7 @@
</view>
<view class="Work-List">
<view class="label">
</view>
<view class="text">
{{ item.lat }}


Loading…
Cancel
Save