Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-05 23:34:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
623da4e1acfb086f08373cd7f487e6e27a6e8232
623da4e1
1 parent
adaa4ff1
refactor(app.config.js): 移除未使用的微信权限配置
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/app.config.js
src/app.config.js
View file @
623da4e
/*
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-0
2 15:16:41
* @LastEditTime: 2025-09-0
5 23:31:55
* @FilePath: /lls_program/src/app.config.js
* @Description: 文件描述
*/
...
...
@@ -51,11 +51,11 @@ export default {
'scope.userLocation'
:
{
desc
:
'您的位置信息将用于活动打卡和位置相关服务'
},
'scope.werun'
:
{
desc
:
'您的微信运动数据将用于记录步数和健康统计'
},
'scope.userInfo'
:
{
desc
:
'您的用户信息将用于个人中心和活动打卡'
}
//
'scope.werun': {
//
desc: '您的微信运动数据将用于记录步数和健康统计'
//
},
//
'scope.userInfo': {
//
desc: '您的用户信息将用于个人中心和活动打卡'
//
}
}
}
...
...
Please
register
or
login
to post a comment