Files
gitlab-instance-0a899031_ci…/src/app.config.ts
2022-11-22 22:22:05 +08:00

31 lines
902 B
TypeScript

export default {
pages: [
// "pages/index/index",
"pages/home/index",
"pages/home/components/CheckIn/index",
"pages/home/components/Certified/index", //认证
"pages/activityList/index",
"pages/formSubmit/index",
"pages/activityList/components/details/index",
"pages/mountainPeak/index",
"pages/my/index",
"pages/my/components/Version/index",
"pages/my/components/AbountUs/index",
"pages/my/components/CheckinDetail/index", //打卡详情
],
permission: {
"scope.userLocation": {
desc: "你的位置信息将用于小程序位置接口的效果展示", // 高速公路行驶持续后台定位
},
},
requiredPrivateInfos: ["getLocation", "chooseLocation"],
window: {
backgroundTextStyle: "light",
navigationBarBackgroundColor: "#fff",
navigationBarTitleText: "WeChat",
navigationBarTextStyle: "black",
},
};