You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
2.5 KiB
TypeScript
97 lines
2.5 KiB
TypeScript
export default defineAppConfig({
|
|
__usePrivacyCheck__: true,
|
|
pages: [
|
|
'pages/index/index',
|
|
'pages/login/login',
|
|
'pages/initiate/initiate',
|
|
'pages/entry/entry',
|
|
'pages/activity/activity',
|
|
"pages/detect/detect",
|
|
"pages/shop/shop",
|
|
"pages/user/user",
|
|
"pages/userInfo/userInfo",
|
|
'pages/userInfoDetail/userInfoDetail',
|
|
"pages/register/register",
|
|
'pages/instrument/instrument',
|
|
"pages/instrument/intro",
|
|
"pages/instrument_manage/index",
|
|
"pages/instrument_detail/index",
|
|
"pages/instrumentClickinUpload/index",
|
|
'pages/privacyPolicy/privacyPolicy',
|
|
'pages/userPolicy/userPolicy',
|
|
'pages/about/about',
|
|
'pages/message/message',
|
|
'pages/consultant/consultant',
|
|
'pages/integral_list/integral_list',
|
|
"pages/recording/recording",
|
|
"pages/webViewPage/webViewPage",
|
|
'pages/template/template',
|
|
'pages/face_report/face_report',
|
|
'pages/face_report_one/face_report_one',
|
|
'pages/face_report_AllDevice/face_report_AllDevice',
|
|
"pages/connection_help/connection_help",
|
|
"pages/errorpage/errorpage",
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#707070",
|
|
"selectedColor": "#CAB18C",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
pagePath: "pages/index/index",
|
|
text: "主页",
|
|
iconPath: "img/tabar/1.png",
|
|
selectedIconPath: "img/tabar/11.png",
|
|
},
|
|
{
|
|
pagePath: "pages/activity/activity",
|
|
text: "活动",
|
|
iconPath: "img/tabar/2.png",
|
|
selectedIconPath: "img/tabar/22.png",
|
|
},
|
|
{
|
|
pagePath: "pages/detect/detect",
|
|
text: "发现",
|
|
iconPath: "img/tabar/3.png",
|
|
selectedIconPath: "img/tabar/33.png",
|
|
},
|
|
{
|
|
pagePath: "pages/shop/shop",
|
|
text: "商城",
|
|
iconPath: "img/tabar/4.png",
|
|
selectedIconPath: "img/tabar/44.png",
|
|
},
|
|
{
|
|
pagePath: "pages/user/user",
|
|
text: "我的",
|
|
iconPath: "img/tabar/5.png",
|
|
selectedIconPath: "img/tabar/55.png",
|
|
},
|
|
]
|
|
},
|
|
usingComponents: {
|
|
|
|
},
|
|
lazyCodeLoading: 'requiredComponents',
|
|
window: {
|
|
backgroundTextStyle: 'light',
|
|
navigationStyle: 'custom',
|
|
navigationBarBackgroundColor: '#fff',
|
|
navigationBarTitleText: 'WeChat',
|
|
navigationBarTextStyle: 'black',
|
|
// enablePullDownRefresh: true
|
|
},
|
|
requiredPrivateInfos: ["getLocation"],
|
|
subPackages: [
|
|
{
|
|
root: 'moduleIOT',
|
|
pages: [
|
|
"pages/iotCarePlan/WL200",
|
|
"pages/iotCarePlan/FR200",
|
|
]
|
|
}
|
|
]
|
|
})
|